Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 
0003 /* Firmware attributes class helper module */
0004 
0005 #ifndef FW_ATTR_CLASS_H
0006 #define FW_ATTR_CLASS_H
0007 
0008 int fw_attributes_class_get(struct class **fw_attr_class);
0009 int fw_attributes_class_put(void);
0010 
0011 #endif /* FW_ATTR_CLASS_H */