mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:12:59 +00:00
10 lines
227 B
C
10 lines
227 B
C
#ifndef __NTOSKRNL_INCLUDE_INTERNAL_ARCH_MM_H
|
|
#define __NTOSKRNL_INCLUDE_INTERNAL_ARCH_MM_H
|
|
|
|
#ifdef i386
|
|
#include <internal/i386/mm.h>
|
|
#else
|
|
#error "Unknown processor"
|
|
#endif
|
|
|
|
#endif /* __NTOSKRNL_INCLUDE_INTERNAL_ARCH_MM_H */
|