haiku/headers/private/system
Ingo Weinhold d6778355ee * <DiskDeviceTypes.h>: Removed kPartitionTypeIntel{Primary,Logical} constants.
* Added new header headers/private/system/disk_device_types.h, which defines
  the <DiskDeviceTypes.h> constants as macros and which can be used where the
  constants cannot be used. The constants are defined using the macros, so now
  there's only one place where the string literals should be specified.
* Use the macros in the partitioning systems. I was too lazy to also adjust the
  file systems -- most of them seem to hard-code the string literal yet.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33386 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-01 03:07:42 +00:00
..
arch Added and modified kernel stubs and headers for arch mipsel. Correctness not included. 2009-08-23 02:52:09 +00:00
posix - Fixed warnings 2008-08-02 11:30:55 +00:00
commpage_defs.h * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
ddm_userland_interface_defs.h * Cleanup. 2009-07-26 17:23:59 +00:00
device_manager_defs.h fixed listdev and device_manager syscalls 2008-06-06 22:23:25 +00:00
disk_device_types.h * <DiskDeviceTypes.h>: Removed kPartitionTypeIntel{Primary,Logical} constants. 2009-10-01 03:07:42 +00:00
elf32.h * Also define the build system variables TARGET_STATIC_{LIBSTDC++,LIBSUPC++}. 2009-05-20 02:22:36 +00:00
generic_syscall_defs.h * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
image_defs.h Added variables to the glue code that identify the Haiku version and ABI. 2009-05-12 21:01:26 +00:00
real_time_data.h * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
safemode_defs.h Add safemode option to disable the use of APIC timers 2009-09-14 09:02:15 +00:00
scheduler_defs.h Scheduling analysis: Also record the number of times a thread waits on a 2008-09-04 00:07:11 +00:00
spinlock_contention.h * Added optional spinlock contention measurement feature. Enabled when 2008-06-02 02:04:12 +00:00
symbol_versioning.h Introduced macro B_DEFINE_SYMBOL_VERSION() in <BeBuild.h> to help with 2009-05-22 14:57:40 +00:00
syscall_process_info.h * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
syscalls.h Added syscall _kern_kernel_debugger() to enter the kernel debugger. 2009-07-30 12:35:42 +00:00
system_info.h * Implemented a (private for now) get_system_info_etc() call, that can retrieve 2008-09-17 16:27:17 +00:00
system_profiler_defs.h Added a base struct for the scheduling event structures. To keep the interface 2009-04-30 12:23:02 +00:00
thread_defs.h Moved the wait type definitions to <thread_defs.h>. We're going to use 2008-09-03 14:48:47 +00:00
tls.h * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
user_runtime.h Moved the rld_export structure from <user_runtime.h> to 2008-11-02 03:43:01 +00:00
user_thread_defs.h * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
vfs_defs.h * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
vm_defs.h * Prefixed memset_physical() and memcpy_to_physical() with "vm_", 2008-10-20 00:06:09 +00:00