Remove unused reset code
This commit is contained in:
parent
e7c80c370c
commit
3692bed6b2
@ -1,6 +0,0 @@
|
||||
#ifndef _ARCH_RESET_H
|
||||
#define _ARCH_RESET_H
|
||||
|
||||
void reset(void);
|
||||
|
||||
#endif // _ARCH_RESET_H
|
@ -1,5 +0,0 @@
|
||||
#include <arch/reset.h>
|
||||
|
||||
void reset(void) {
|
||||
__asm__("ljmp 0");
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user