From abfed9b1f54f695977526d8f2dc06ed789451559 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 3 Dec 1986 13:02:37 +0000 Subject: [PATCH] Added definitions for "alloc", "hard_alloc". --- util/led/memory.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/led/memory.h b/util/led/memory.h index b5615ef8..239c9341 100644 --- a/util/led/memory.h +++ b/util/led/memory.h @@ -33,3 +33,5 @@ extern struct memory mems[]; #define modulptr(offset) (mems[ALLOMODL].mem_base+core_position+(offset)) extern ind_t core_position; +extern ind_t hard_alloc(); +extern ind_t alloc();