mirror of
https://github.com/reactos/reactos.git
synced 2026-07-02 05:44:26 +08: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
|