arch/sh/include/cpu-common/cpu/pfc.h

Source file repositories/reference/linux-study-clean/arch/sh/include/cpu-common/cpu/pfc.h

File Facts

System
Linux kernel
Corpus path
arch/sh/include/cpu-common/cpu/pfc.h
Extension
.h
Size
368 bytes
Lines
19
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 __ARCH_SH_CPU_PFC_H__
#define __ARCH_SH_CPU_PFC_H__

#include <linux/types.h>

struct resource;

int sh_pfc_register(const char *name,
		    struct resource *resource, u32 num_resources);

#endif /* __ARCH_SH_CPU_PFC_H__ */

Annotation

Implementation Notes