From 8e4bff4cab0ddac6060645b0715210484d02ff40 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 30 Aug 2017 08:25:59 +0000 Subject: Initial file dump from open source release --- arch/m68k/include/asm/atari_stram.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 arch/m68k/include/asm/atari_stram.h (limited to 'arch/m68k/include/asm/atari_stram.h') diff --git a/arch/m68k/include/asm/atari_stram.h b/arch/m68k/include/asm/atari_stram.h new file mode 100644 index 00000000..62e27598 --- /dev/null +++ b/arch/m68k/include/asm/atari_stram.h @@ -0,0 +1,16 @@ +#ifndef _M68K_ATARI_STRAM_H +#define _M68K_ATARI_STRAM_H + +/* + * Functions for Atari ST-RAM management + */ + +/* public interface */ +void *atari_stram_alloc(unsigned long size, 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(void *start_mem); + +#endif /*_M68K_ATARI_STRAM_H */ -- cgit v1.3.1