- fix a typo
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 21 Sep 2008 19:17:53 +0000 (19:17 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 21 Sep 2008 19:17:53 +0000 (19:17 +0000)
- add some prototypes

svn path=/branches/ros-amd64-bringup/; revision=36389

reactos/hal/halamd64/generic/irq.S
reactos/hal/halamd64/include/halp.h

index 060b5b6..1d5bb59 100644 (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:
index e1b9127..854043b 100644 (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;