More CPU sanitisation.

This commit is contained in:
SarahW 2019-02-08 21:17:56 +00:00
commit 03b5a44aca
14 changed files with 248 additions and 252 deletions

View file

@ -1,6 +1,8 @@
#ifndef _MEM_H_
#define _MEM_H_
#include "x86.h"
typedef struct mem_mapping_t
{
struct mem_mapping_t *prev, *next;