mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
11 lines
158 B
C
11 lines
158 B
C
#ifndef __INCLUDE_INTERNAL_HAL_H
|
|
#define __INCLUDE_INTERNAL_HAL_H
|
|
|
|
#ifdef i386
|
|
#include <internal/i386/hal.h>
|
|
#else
|
|
#error "Unknown processor"
|
|
#endif
|
|
|
|
#endif
|