mirror-ac/driver/hw.h

9 lines
86 B
C
Raw Normal View History

2024-02-13 19:08:38 +01:00
#ifndef HW_H
#define HW_H
#include "common.h"
NTSTATUS
2024-02-14 17:16:27 +01:00
ValidatePciDevices();
2024-02-13 19:08:38 +01:00
#endif