haiku/headers
Axel Dörfler bc93cc3fa7 Happy source compatibility breaking:
- Removed the OBOS_CPU_TYPE stuff - our types are now always defined.
- Made the cpu types consistent, renamed X86 to x86.
- cpuid_info.eax_1 now also contains the extended family/model info.
- Renamed cpuid_info.eax_0.vendorid to vendor_id.
- changed B_CPU_x86_VENDOR_MASK to 0xff to make some space for future changes.
- added some more CPU types (if anyone knows more Transmeta IDs; I
  couldn't find more of them).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10319 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-12-01 03:36:48 +00:00
..
cpp - added implementation of stdc++ for haiku 2004-11-10 20:33:33 +00:00
gnu adding gnu/termcap.h : is a copy of src/libs/termcap/termcap.h 2004-06-01 12:38:47 +00:00
libs A couple more files to include with AGG 2004-11-30 22:22:58 +00:00
os Happy source compatibility breaking: 2004-12-01 03:36:48 +00:00
posix Fixed a link problem - uname() should be extern C when used in C++ code. 2004-11-17 01:26:11 +00:00
private Extracted CPU identification out of Pulse to be used by Pulse and sysinfo. 2004-12-01 03:28:47 +00:00
tools Fixed the build of the cppunit stuff; if you are using IMPORT/EXPORT you should 2004-05-05 16:19:03 +00:00