Generic hardware access library
/home/cschwick/hal/generic/include/hal/AddressSpace.hh
Go to the documentation of this file.
00001 #ifndef __AddressSpace
00002 #define __AddressSpace
00003 
00004 
00005 namespace HAL {
00006   
00007   enum AddressSpace { MEMORY, CONFIGURATION, IO };
00008   
00009 }
00010 
00011 #endif /* __AddressSpace */