9os

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 48ac9f3a650b85264c38cd060a4b9db8bd595e1d
parent 31624bb28fad31f2b0fee8f91263d37c2e84d6f5
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed, 16 Sep 2020 19:46:06 +0200

arch: Remove outdated prototypes

These prototypes are not used anymore.

Change-Id: Idd63acec343c6e9228b6a92c053201fd6e5f3b3e

Diffstat:
Minclude/9os/9os.h | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/include/9os/9os.h b/include/9os/9os.h @@ -166,9 +166,6 @@ extern void dumpregs(Context *ctx, int fd); /* architectural functions */ extern Context *getcontext(Context *ctx); extern void *alloc(size_t size); -extern noreturn void dohalt(void); -extern noreturn void dopanic(void); -extern noreturn void doswtch(Context *ctx); extern void intr(int mode); extern uint8_t inm8(void *addr); extern uint16_t inm16(void *addr);