btrfs: [] on the end of a struct field is a variable length array.
[haiku.git] / headers / private / system / extended_system_info_defs.h
blob175b4cfd792b5de7fdde1291b5745b06cfb49532
1 /*
2 * Copyright 2010, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _SYSTEM_EXTENDED_SYSTEM_INFO_DEFS_H
6 #define _SYSTEM_EXTENDED_SYSTEM_INFO_DEFS_H
9 enum {
10 B_TEAM_INFO_BASIC = 0x01, // basic general info
11 B_TEAM_INFO_THREADS = 0x02, // list of threads
12 B_TEAM_INFO_IMAGES = 0x04, // list of images
13 B_TEAM_INFO_AREAS = 0x08, // list of areas
14 B_TEAM_INFO_SEMAPHORES = 0x10, // list of semaphores
15 B_TEAM_INFO_PORTS = 0x20, // list of ports
16 B_TEAM_INFO_FILE_DESCRIPTORS = 0x40 // list of file descriptors
20 #endif /* _SYSTEM_EXTENDED_SYSTEM_INFO_DEFS_H */