HariboteOS/day21/include/app.h
2021-05-08 22:34:36 +08:00

7 lines
117 B
C

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