Search
lxdream.org :: lxdream/src/mem.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/mem.h
changeset 19:9da7a8e38f9d
prev18:9a1b5d75703f
next31:495e480360d7
author nkeynes
date Sun Dec 25 01:28:39 2005 +0000 (18 years ago)
permissions -rw-r--r--
last change Refactor all the GUI bits out of the main directory (except for a couple
lingering temporarily in loader.c
Fix a few timeslice issues
file annotate diff log raw
1.1 --- a/src/mem.h Thu Dec 15 13:33:14 2005 +0000
1.2 +++ b/src/mem.h Sun Dec 25 01:28:39 2005 +0000
1.3 @@ -28,6 +28,7 @@
1.4
1.5 void *mem_create_ram_region( uint32_t base, uint32_t size, char *name );
1.6 void *mem_load_rom( char *name, uint32_t base, uint32_t size, uint32_t crc );
1.7 +void *mem_alloc_pages( int n );
1.8 char *mem_get_region( uint32_t addr );
1.9 char *mem_get_region_by_name( char *name );
1.10 int mem_has_page( uint32_t addr );
.