mirror-ac/driver/hw.h

9 lines
93 B
C
Raw Normal View History

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