ZOVboot/limine/common/mm/mtrr.h
2026-03-13 14:19:46 +00:00

11 lines
154 B
C

#ifndef MM__MTRR_H__
#define MM__MTRR_H__
#if defined (__x86_64__) || defined (__i386__)
void mtrr_save(void);
void mtrr_restore(void);
#endif
#endif