Kernel - Slight reworks to timer code
[tpg/acess2.git] / Kernel / arch / m68k / include / mm_virt.h
1 /*
2  * Acess2 M68000 port
3  * - By John Hodge (thePowersGang)
4  *
5  * arch/m68k/include/mm_virt.h
6  * - Virtual memory addresses
7  */
8 #ifndef _M68K_MM_VIRT_H_
9 #define _M68K_MM_VIRT_H_
10
11 #define MM_KHEAP_BASE   0
12 #define MM_KHEAP_MAX    0
13
14 #define MM_USER_MIN     0
15 #define USER_LIB_MAX    0
16 #define MM_MODULE_MIN   0
17 #define MM_MODULE_MAX   0
18
19 #define MM_PPD_HANDLES  0
20 #define MM_KERNEL_VFS   0
21
22 #endif
23

UCC git Repository :: git.ucc.asn.au