dell-wmi-descriptor.h 524 B

123456789101112131415161718192021
  1. /*
  2. * Dell WMI descriptor driver
  3. *
  4. * Copyright (c) 2017 Dell Inc.
  5. *
  6. * This program is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License version 2 as
  8. * published by the Free Software Foundation.
  9. */
  10. #ifndef _DELL_WMI_DESCRIPTOR_H_
  11. #define _DELL_WMI_DESCRIPTOR_H_
  12. #include <linux/wmi.h>
  13. #define DELL_WMI_DESCRIPTOR_GUID "8D9DDCBC-A997-11DA-B012-B622A1EF5492"
  14. bool dell_wmi_get_interface_version(u32 *version);
  15. bool dell_wmi_get_size(u32 *size);
  16. #endif