feat: added shutdown command
This commit is contained in:
11
kernel/util/power.h
Normal file
11
kernel/util/power.h
Normal file
@@ -0,0 +1,11 @@
|
||||
//
|
||||
// Created by rick on 03-03-21.
|
||||
//
|
||||
|
||||
#ifndef NEW_KERNEL_POWER_H
|
||||
#define NEW_KERNEL_POWER_H
|
||||
#include <attributes.h>
|
||||
|
||||
void noreturn power_shutdown();
|
||||
|
||||
#endif //NEW_KERNEL_POWER_H
|
||||
Reference in New Issue
Block a user