projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41e1df9
)
Added missing prototype.
author
Eric Kohl
<eric.kohl@reactos.org>
Fri, 18 Jan 2002 22:42:25 +0000
(22:42 +0000)
committer
Eric Kohl
<eric.kohl@reactos.org>
Fri, 18 Jan 2002 22:42:25 +0000
(22:42 +0000)
svn path=/trunk/; revision=2526
freeldr/freeldr/asmcode.h
patch
|
blob
|
history
diff --git
a/freeldr/freeldr/asmcode.h
b/freeldr/freeldr/asmcode.h
index
7d7381a
..
8d23f3d
100644
(file)
--- a/
freeldr/freeldr/asmcode.h
+++ b/
freeldr/freeldr/asmcode.h
@@
-56,5
+56,6
@@
#ifndef ASM
void enable_a20(void);
+void stop_floppy(void);
#endif /* ! ASM */