include/linux/soc/renesas/rcar-sysc.h

Source file repositories/reference/linux-study-clean/include/linux/soc/renesas/rcar-sysc.h

File Facts

System
Linux kernel
Corpus path
include/linux/soc/renesas/rcar-sysc.h
Extension
.h
Size
266 bytes
Lines
9
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 __LINUX_SOC_RENESAS_RCAR_SYSC_H__
#define __LINUX_SOC_RENESAS_RCAR_SYSC_H__

int rcar_sysc_power_down_cpu(unsigned int cpu);
int rcar_sysc_power_up_cpu(unsigned int cpu);

#endif /* __LINUX_SOC_RENESAS_RCAR_SYSC_H__ */

Annotation

Implementation Notes