mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[HAL] Fix HalpInitializeTsc prototype.
svn path=/trunk/; revision=69865
This commit is contained in:
parent
0e92f5f736
commit
8283006e8b
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
void __cdecl TscCalibrationISR(void);
|
||||
extern LARGE_INTEGER HalpCpuClockFrequency;
|
||||
VOID NTAPI HalpInitializeTsc();
|
||||
VOID NTAPI HalpInitializeTsc(void);
|
||||
|
||||
#ifdef _M_AMD64
|
||||
#define KiGetIdtEntry(Pcr, Vector) &((Pcr)->IdtBase[Vector])
|
||||
|
|
Loading…
Reference in a new issue