include/linux/usb/ezusb.h

Source file repositories/reference/linux-study-clean/include/linux/usb/ezusb.h

File Facts

System
Linux kernel
Corpus path
include/linux/usb/ezusb.h
Extension
.h
Size
286 bytes
Lines
10
Domain
Core OS
Bucket
Core Kernel Interface
Inferred role
Core OS: implementation source
Status
source implementation candidate

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef __EZUSB_H
#define __EZUSB_H

extern int ezusb_fx1_set_reset(struct usb_device *dev, unsigned char reset_bit);
extern int ezusb_fx1_ihex_firmware_download(struct usb_device *dev,
					    const char *firmware_path);

#endif /* __EZUSB_H */

Annotation

Implementation Notes