Make CpuCapabilities.h self-contained and thereby fix the build.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38565 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2010-09-07 12:12:07 +00:00
parent 86358cb106
commit fae87f406e
@@ -3,10 +3,13 @@
* *
* All rights reserved. Distributed under the terms of the MIT License. * All rights reserved. Distributed under the terms of the MIT License.
*/ */
#ifndef __CPU_CAPABILITIES__ #ifndef __CPU_CAPABILITIES__
#define __CPU_CAPABILITIES__ #define __CPU_CAPABILITIES__
#include <SupportDefs.h>
#define CAPABILITY_MMX 1 #define CAPABILITY_MMX 1
#define CAPABILITY_SSE1 2 #define CAPABILITY_SSE1 2
#define CAPABILITY_SSE2 3 #define CAPABILITY_SSE2 3