From d468113ddc0c5ba8e16ecb9db979c3b98e031714 Mon Sep 17 00:00:00 2001 From: Steve Murphree Date: Sun, 14 Jan 2001 20:25:26 +0000 Subject: Complete move to UVM virtual memory system. More header fixes. --- sys/arch/mvme88k/include/vid.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/arch/mvme88k/include/vid.h') diff --git a/sys/arch/mvme88k/include/vid.h b/sys/arch/mvme88k/include/vid.h index acaa280dace..518da55de15 100644 --- a/sys/arch/mvme88k/include/vid.h +++ b/sys/arch/mvme88k/include/vid.h @@ -1,3 +1,6 @@ +#ifndef __MACHINE_VID_H__ +#define __MACHINE_VID_H__ + #define START_BLOCK 1 #define LOADER_SIZE 2 #define LOADER_ADDRESS 0x1F0000 @@ -54,3 +57,4 @@ struct cfg { unsigned char cfg_4[196]; }; #endif +#endif __MACHINE_VID_H__ -- cgit v1.2.3