arch/parisc/include/asm/video.h

Source file repositories/reference/linux-study-clean/arch/parisc/include/asm/video.h

File Facts

System
Linux kernel
Corpus path
arch/parisc/include/asm/video.h
Extension
.h
Size
353 bytes
Lines
17
Domain
Architecture Layer
Bucket
arch/parisc
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_VIDEO_H_
#define _ASM_VIDEO_H_

#include <linux/types.h>

struct device;

#if defined(CONFIG_STI_CORE) && defined(CONFIG_VIDEO)
bool video_is_primary_device(struct device *dev);
#define video_is_primary_device video_is_primary_device
#endif

#include <asm-generic/video.h>

#endif /* _ASM_VIDEO_H_ */

Annotation

Implementation Notes