diff options
| author | Charles.Forsyth <devnull@localhost> | 2008-11-19 01:52:07 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2008-11-19 01:52:07 +0000 |
| commit | ae8d2f526e6b6c8aee5e2e126dfc50b067922fc9 (patch) | |
| tree | 3835b933d04cba4a863dc5ab7f8110ca0a7728bf /os/pc/fns.h | |
| parent | d84d386d607c31f7e556a85afa688564735d19b7 (diff) | |
20081119-0151
Diffstat (limited to 'os/pc/fns.h')
| -rw-r--r-- | os/pc/fns.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/pc/fns.h b/os/pc/fns.h index d4b61034..de8cfbe1 100644 --- a/os/pc/fns.h +++ b/os/pc/fns.h @@ -48,7 +48,7 @@ int i8259enable(Vctl*); int i8259vecno(int); int i8259disable(int); void idle(void); -#define idlehands() /* nothing to do in the runproc */ +void idlehands(void); int inb(int); void insb(int, void*, int); ushort ins(int); |
