mirror-ac/driver/hw.h
2024-02-14 05:08:38 +11:00

9 lines
No EOL
93 B
C

#ifndef HW_H
#define HW_H
#include "common.h"
NTSTATUS
EnumeratePciDeviceObjects();
#endif