arch/m68k/include/asm/adb_iop.h

Source file repositories/reference/linux-study-clean/arch/m68k/include/asm/adb_iop.h

File Facts

System
Linux kernel
Corpus path
arch/m68k/include/asm/adb_iop.h
Extension
.h
Size
1190 bytes
Lines
47
Domain
Architecture Layer
Bucket
arch/m68k
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

struct adb_iopmsg {
	__u8 flags;		/* ADB flags         */
	__u8 count;		/* no. of data bytes */
	__u8 cmd;		/* ADB command       */
	__u8 data[8];		/* ADB data          */
	__u8 spare[21];		/* spare             */
};

#endif /* __ASSEMBLER__ */

Annotation

Implementation Notes