mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- fix a typo
- add some prototypes svn path=/branches/ros-amd64-bringup/; revision=36389
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user