1 /* SPDX-License-Identifier: GPL-2.0 */
3 #ifndef VIDEO_CMDLINE_H
4 #define VIDEO_CMDLINE_H
6 #include <linux/types.h>
8 #if defined(CONFIG_VIDEO_CMDLINE)
9 const char *video_get_options(const char *name);
11 /* exported for compatibility with fbdev; don't use in new code */
12 bool __video_get_options(const char *name, const char **option, bool is_of);
14 static inline const char *video_get_options(const char *name)