branch update for HEAD-2003050101
[reactos.git] / include / ddk / halfuncs.h
index fd2be9d..d54b9cf 100644 (file)
@@ -70,12 +70,16 @@ HalEndSystemInterrupt(KIRQL Irql,
                      ULONG Unknown2);
 
 
-/* Is this function really exported ?? */
-VOID
-HalExamineMBR(PDEVICE_OBJECT DeviceObject,
-             ULONG SectorSize,
-             ULONG MBRTypeIdentifier,
-             PVOID Buffer);
+/*
+ * HalExamineMBR() is not exported explicitly.
+ * It is exported by the HalDispatchTable.
+ *
+ * VOID
+ * HalExamineMBR(PDEVICE_OBJECT DeviceObject,
+ *               ULONG SectorSize,
+ *               ULONG MBRTypeIdentifier,
+ *               PVOID Buffer);
+ */
 
 BOOLEAN STDCALL
 HalFlushCommonBuffer(ULONG Unknown1,
@@ -150,9 +154,13 @@ HalQueryDisplayParameters(PULONG DispSizeX,
 VOID STDCALL
 HalQueryRealTimeClock(PTIME_FIELDS Time);
 
-/* Is this function really exported ?? */
-VOID
-HalQuerySystemInformation(VOID);
+/*
+ * HalQuerySystemInformation() is not exported explicitly.
+ * It is exported by the HalDispatchTable.
+ *
+ * VOID
+ * HalQuerySystemInformation(VOID);
+ */
 
 ULONG STDCALL
 HalReadDmaCounter(PADAPTER_OBJECT AdapterObject);