btrfs: [] on the end of a struct field is a variable length array.
[haiku.git] / headers / private / system / generic_syscall_defs.h
bloba96e0c2664b10ccff0ebacfa5d0e91e0e6962d44
1 /*
2 * Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _SYSTEM_GENERIC_SYSCALLS_DEFS_H
6 #define _SYSTEM_GENERIC_SYSCALLS_DEFS_H
9 /* predefined functions */
10 #define B_RESERVED_SYSCALL_BASE 0x80000000
11 #define B_SYSCALL_INFO (B_RESERVED_SYSCALL_BASE)
12 // gets a minimum version uint32, and fills it with the current version on
13 // return
16 #endif /* _SYSTEM_GENERIC_SYSCALLS_DEFS_H */