From: Alan Cox Date: Tue, 6 Dec 2016 00:20:51 +0000 (+0000) Subject: bank8k: add prototypes X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=1e5630ab86079bc862536f9c635f2bf366a9862d;p=FUZIX.git bank8k: add prototypes --- diff --git a/Kernel/bank8k.c b/Kernel/bank8k.c index aa35168d..643a8f94 100644 --- a/Kernel/bank8k.c +++ b/Kernel/bank8k.c @@ -30,6 +30,7 @@ #include #include #include +#include #ifdef CONFIG_BANK8 diff --git a/Kernel/include/bank8k.h b/Kernel/include/bank8k.h new file mode 100644 index 00000000..e104e024 --- /dev/null +++ b/Kernel/include/bank8k.h @@ -0,0 +1,4 @@ +/* Extra methods provided by bank8k when video mapping */ + +extern int vidmap_unmap(void); +extern int vidmap_map(uint16_t addr);