mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[HAL] Add some header guards.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifdef _M_AMD64
|
||||
#define IOAPIC_BASE 0xFFFFFFFFFFFE1000ULL // checkme
|
||||
#define ZERO_VECTOR 0x00 // IRQL 00
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
|
||||
#ifndef _TSC_H_
|
||||
#define _TSC_H_
|
||||
|
||||
#define NUM_SAMPLES 4
|
||||
#define MSR_RDTSC 0x10
|
||||
@@ -16,3 +18,5 @@ VOID NTAPI HalpInitializeTsc(void);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#endif /* !_TSC_H_ */
|
||||
|
||||
Reference in New Issue
Block a user