include/video/cmdline.h

Source file repositories/reference/linux-study-clean/include/video/cmdline.h

File Facts

System
Linux kernel
Corpus path
include/video/cmdline.h
Extension
.h
Size
382 bytes
Lines
17
Domain
Repository Root And Misc
Bucket
include
Inferred role
Repository Root And Misc: implementation source
Status
source implementation candidate

Why This File Exists

Top-level or miscellaneous repository surface. Use this as map coverage unless a later manual pass promotes the file into a deeper subsystem dossier.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef VIDEO_CMDLINE_H
#define VIDEO_CMDLINE_H

#include <linux/kconfig.h>
#include <linux/types.h>

const char *video_get_options(const char *name);

#if IS_ENABLED(CONFIG_FB_CORE)
/* exported for compatibility with fbdev; don't use in new code */
bool __video_get_options(const char *name, const char **option, bool is_of);
#endif

#endif

Annotation

Implementation Notes