clang-format

This commit is contained in:
2024-09-10 13:03:02 -04:00
parent 53c617d779
commit d66450e427
381 changed files with 28864 additions and 34170 deletions

View File

@@ -34,11 +34,9 @@
* Abstract system bus interface.
*/
struct cpu; /* from <cpu.h> */
struct trapframe; /* from <machine/trapframe.h> */
/* Initialize the system bus and probe and attach hardware devices. */
void mainbus_bootstrap(void);
@@ -69,5 +67,4 @@ void mainbus_poweroff(void);
void mainbus_reboot(void);
void mainbus_panic(void);
#endif /* _MAINBUS_H_ */