arch/arm/mach-s3c/usb-phy.h

Source file repositories/reference/linux-study-clean/arch/arm/mach-s3c/usb-phy.h

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-s3c/usb-phy.h
Extension
.h
Size
402 bytes
Lines
14
Domain
Architecture Layer
Bucket
arch/arm
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef __PLAT_SAMSUNG_USB_PHY_H
#define __PLAT_SAMSUNG_USB_PHY_H __FILE__

extern int s3c_usb_phy_init(struct platform_device *pdev, int type);
extern int s3c_usb_phy_exit(struct platform_device *pdev, int type);

#endif /* __PLAT_SAMSUNG_USB_PHY_H */

Annotation

Implementation Notes