More CPU sanitisation.
This commit is contained in:
parent
2554952658
commit
03b5a44aca
14 changed files with 248 additions and 252 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef _MEM_H_
|
||||
#define _MEM_H_
|
||||
|
||||
#include "x86.h"
|
||||
|
||||
typedef struct mem_mapping_t
|
||||
{
|
||||
struct mem_mapping_t *prev, *next;
|
||||
|
|
|
|||
Loading…
Reference in a new issue