1 #ifndef _M68K_ATARI_STRAM_H
2 #define _M68K_ATARI_STRAM_H
5 * Functions for Atari ST-RAM management
9 void *atari_stram_alloc( long size
, unsigned long *start_mem
,
11 void atari_stram_free( void *);
13 /* functions called internally by other parts of the kernel */
14 void atari_stram_init( void);
15 void atari_stram_reserve_pages( unsigned long start_mem
);
17 #endif /*_M68K_ATARI_STRAM_H */