* better
[mascara-docs.git] / i386 / linux-2.3.21 / include / asm-m68k / atari_stram.h
blob31d620b67d0ec0f93739a7c78154ef76e6b1f4c9
1 #ifndef _M68K_ATARI_STRAM_H
2 #define _M68K_ATARI_STRAM_H
4 /*
5 * Functions for Atari ST-RAM management
6 */
8 /* public interface */
9 void *atari_stram_alloc( long size, unsigned long *start_mem,
10 const char *owner );
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 */