mirror-ac/driver/hw.h
2024-02-15 03:16:27 +11:00

9 lines
No EOL
86 B
C

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