arch/sh/include/mach-x3proto/mach/hardware.h

Source file repositories/reference/linux-study-clean/arch/sh/include/mach-x3proto/mach/hardware.h

File Facts

System
Linux kernel
Corpus path
arch/sh/include/mach-x3proto/mach/hardware.h
Extension
.h
Size
312 bytes
Lines
14
Domain
Architecture Layer
Bucket
arch/sh
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 __MACH_X3PROTO_HARDWARE_H
#define __MACH_X3PROTO_HARDWARE_H

struct gpio_chip;

/* arch/sh/boards/mach-x3proto/gpio.c */
int x3proto_gpio_setup(void);
extern struct gpio_chip x3proto_gpio_chip;

#define NR_BASEBOARD_GPIOS	16

#endif /* __MACH_X3PROTO_HARDWARE_H */

Annotation

Implementation Notes