mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 23:32:52 -04:00
19 lines
244 B
Text
19 lines
244 B
Text
|
|
/*
|
||
|
|
* FreeBSD system call symbols.
|
||
|
|
*
|
||
|
|
* DO NOT EDIT-- this file is automatically @generated.
|
||
|
|
*/
|
||
|
|
|
||
|
|
FBSDprivate_1.0 {
|
||
|
|
#ifdef PLATFORM_FOO
|
||
|
|
_syscall1;
|
||
|
|
__sys_syscall1;
|
||
|
|
#else
|
||
|
|
#endif
|
||
|
|
#ifdef PLATFORM_FOO
|
||
|
|
#else
|
||
|
|
_syscall2;
|
||
|
|
__sys_syscall2;
|
||
|
|
#endif
|
||
|
|
};
|