HariboteOS/day24/include/app.h
2021-05-25 21:42:25 +08:00

8 lines
141 B
C

#ifndef _APP_H_
#define _APP_H_
void start_app(int eip, int cs, int esp, int ds, int *tss_esp0);
void asm_end_app(void);
#endif // _APP_H_