Module Name:    src
Committed By:   riastradh
Date:           Sun Dec 19 09:43:20 UTC 2021

Modified Files:
        src/sys/external/bsd/drm2/include/linux: fb.h

Log Message:
stub fb_get_options

Author: Maya Rashish <m...@netbsd.org>


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/drm2/include/linux/fb.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/external/bsd/drm2/include/linux/fb.h
diff -u src/sys/external/bsd/drm2/include/linux/fb.h:1.4 src/sys/external/bsd/drm2/include/linux/fb.h:1.5
--- src/sys/external/bsd/drm2/include/linux/fb.h:1.4	Fri Feb 14 04:37:10 2020
+++ src/sys/external/bsd/drm2/include/linux/fb.h	Sun Dec 19 09:43:20 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: fb.h,v 1.4 2020/02/14 04:37:10 riastradh Exp $	*/
+/*	$NetBSD: fb.h,v 1.5 2021/12/19 09:43:20 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -41,4 +41,10 @@
 #define	FBINFO_STATE_RUNNING	0
 #define	FBINFO_STATE_SUSPENDED	1
 
+static inline int
+fb_get_options(const char *name, char **options)
+{
+	panic("TODO");
+	return 0;
+}
 #endif  /* _LINUX_FB_H_ */

Reply via email to