feat: added shutdown command

This commit is contained in:
2021-03-03 22:12:37 +01:00
parent c9102fbc65
commit 300e80c2e8
6 changed files with 71 additions and 25 deletions

11
kernel/util/power.h Normal file
View 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