Sophie

Sophie

distrib > PLD > ra > i686 > by-pkgid > 03ad0cc020cc4effac6aea82603ce639 > files > 405

kernel-headers-2.2.22-6.i686.rpm

#ifndef _M68K_ATARI_STRAM_H
#define _M68K_ATARI_STRAM_H

/*
 * Functions for Atari ST-RAM management
 */

/* public interface */
void *atari_stram_alloc( long size, unsigned long *start_mem,
						 const char *owner );
void atari_stram_free( void *);

/* functions called internally by other parts of the kernel */
void atari_stram_init( void);
void atari_stram_reserve_pages( unsigned long start_mem );

#endif /*_M68K_ATARI_STRAM_H */