From db43d1d8a7cf9983d1232b73d75f2801e55a563f 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 b5615ef81..239c93417 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(); -- 2.34.1