diff options
Diffstat (limited to 'board_enable.c')
-rw-r--r-- | board_enable.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/board_enable.c b/board_enable.c index c23e257d..94cfc9d0 100644 --- a/board_enable.c +++ b/board_enable.c @@ -25,11 +25,13 @@ #include <stdlib.h> #include "flash.h" #include "programmer.h" -#include "hwaccess_x86_io.h" -#include "hwaccess_x86_msr.h" #include "platform/pci.h" #if defined(__i386__) || defined(__x86_64__) + +#include "hwaccess_x86_io.h" +#include "hwaccess_x86_msr.h" + /* * Helper functions for many Winbond Super I/Os of the W836xx range. */ |