HariboteOS/day28/include/app.h
2021-06-01 21:15:52 +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_