mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
Add prototypes for spillfd() and unaligned_fixup().
This commit is contained in:
parent
075f7fe484
commit
26c41f9dd1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121411
@ -67,7 +67,9 @@ void map_pal_code(void);
|
||||
void map_port_space(void);
|
||||
void os_boot_rendez(void);
|
||||
void os_mca(void);
|
||||
void spillfd(void *src, void *dst);
|
||||
int syscall(struct trapframe *);
|
||||
void trap(int, struct trapframe *);
|
||||
int unaligned_fixup(struct trapframe *, struct thread *);
|
||||
|
||||
#endif /* !_MACHINE_MD_VAR_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user