clang-format
This commit is contained in:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user