lowl-mswin.h 322 B

123456789101112
  1. #ifndef BFG_LOWL_MSWIN_H
  2. #define BFG_LOWL_MSWIN_H
  3. #include <stdbool.h>
  4. #include <rpc.h>
  5. static const GUID WIN_GUID_DEVINTERFACE_MonarchKMDF = { 0xdcdb8d6f, 0x98b0, 0x4d1c, {0xa2, 0x77, 0x71, 0x17, 0x69, 0x70, 0x54, 0x31} };
  6. extern bool lowl_mswin_match_guid(const struct lowlevel_device_info *, const GUID *);
  7. #endif