http://www.mjmwired.net/kernel/Documentation/firmware_class/
/sys/class/firmware
#includeint request_firmware(const struct firmware **fw, char *name, struct device *device);
struct firmware {
size_t size;
u8 *data;
};
void release_firmware(struct firmware *fw);
沒有留言:
張貼留言