hos/kernel/mm/stack.h
2009-07-14 13:31:08 +00:00

8 lines
73 B
C
Executable File

#ifndef STACK_H
#define STACK_H
void stack_bootstrap();
#endif