Skip to content

Commit 23dc485

Browse files
committed
amd64: add prototype for ia32_syscall()
Sponsored by: The FreeBSD Foundation MFC after: 1 week
1 parent acce5fa commit 23dc485

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sys/amd64/include/md_var.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ struct __mcontext;
6262
struct pcpu;
6363
struct savefpu;
6464
struct sysentvec;
65+
struct trapframe;
6566

6667
void amd64_conf_fast_syscall(void);
6768
void amd64_db_resume_dbreg(void);
@@ -77,6 +78,7 @@ void cpu_init_small_core(void);
7778
void doreti_iret(void) __asm(__STRING(doreti_iret));
7879
void doreti_iret_fault(void) __asm(__STRING(doreti_iret_fault));
7980
void flush_l1d_sw_abi(void);
81+
void ia32_syscall(struct trapframe *);
8082
void ld_ds(void) __asm(__STRING(ld_ds));
8183
void ld_es(void) __asm(__STRING(ld_es));
8284
void ld_fs(void) __asm(__STRING(ld_fs));

0 commit comments

Comments
 (0)