firmware_attributes_class.h 252 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /* Firmware attributes class helper module */
  3. #ifndef FW_ATTR_CLASS_H
  4. #define FW_ATTR_CLASS_H
  5. #include <linux/device/class.h>
  6. extern const struct class firmware_attributes_class;
  7. #endif /* FW_ATTR_CLASS_H */