- fix a typo

- add some prototypes

svn path=/branches/ros-amd64-bringup/; revision=36389
This commit is contained in:
Timo Kreuzer
2008-09-21 19:17:53 +00:00
parent d62eba47ce
commit 57ab050fcd
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
.macro UNIMPLEMENTED func
jmp 2f
1:
.ascii "Sory, asm function "
.ascii "Sorry, asm function "
.ascii func
.ascii " is unimplemented!\n\0"
2:
+9
View File
@@ -154,6 +154,15 @@ HalpTrap06(
VOID
);
PDMA_ADAPTER STDCALL
HalpGetDmaAdapter(
IN PVOID Context,
IN PDEVICE_DESCRIPTION DeviceDescription,
OUT PULONG NumberOfMapRegisters);
VOID HaliInitBSP(VOID);
VOID HaliStartApplicationProcessor(ULONG Cpu, ULONG Stack);
extern PVOID HalpRealModeStart;
extern PVOID HalpRealModeEnd;