mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
23 lines
371 B
C
23 lines
371 B
C
#ifndef __INTERNAL_HAL_HAL_H
|
|
#define __INTERNAL_HAL_HAL_H
|
|
|
|
//
|
|
// ARM Headers
|
|
//
|
|
#include <internal/arm/ke.h>
|
|
#include <internal/arm/intrin_i.h>
|
|
|
|
//
|
|
// Versatile Peripherals
|
|
//
|
|
#include <peripherals/pl011.h>
|
|
#include <peripherals/pl190.h>
|
|
#include <peripherals/sp804.h>
|
|
|
|
//
|
|
// WDK Hack
|
|
//
|
|
#define KdComPortInUse _KdComPortInUse
|
|
|
|
#endif /* __INTERNAL_HAL_HAL_H */
|