arch/xtensa/include/asm/spinlock_types.h

Source file repositories/reference/linux-study-clean/arch/xtensa/include/asm/spinlock_types.h

File Facts

System
Linux kernel
Corpus path
arch/xtensa/include/asm/spinlock_types.h
Extension
.h
Size
323 bytes
Lines
13
Domain
Architecture Layer
Bucket
arch/xtensa
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 __ASM_SPINLOCK_TYPES_H
#define __ASM_SPINLOCK_TYPES_H

#if !defined(__LINUX_SPINLOCK_TYPES_RAW_H) && !defined(__ASM_SPINLOCK_H)
# error "Please do not include this file directly."
#endif

#include <asm-generic/qspinlock_types.h>
#include <asm-generic/qrwlock_types.h>

#endif

Annotation

Implementation Notes