Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/drm2/include/linux stub fb_get_options
details: https://anonhg.NetBSD.org/src/rev/28ff0071e934
branches: trunk
changeset: 1028161:28ff0071e934
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sun Dec 19 09:43:20 2021 +0000
description:
stub fb_get_options
Author: Maya Rashish <maya%NetBSD.org@localhost>
diffstat:
sys/external/bsd/drm2/include/linux/fb.h | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 7f18e53f8191 -r 28ff0071e934 sys/external/bsd/drm2/include/linux/fb.h
--- a/sys/external/bsd/drm2/include/linux/fb.h Sun Dec 19 09:43:13 2021 +0000
+++ b/sys/external/bsd/drm2/include/linux/fb.h Sun Dec 19 09:43:20 2021 +0000
@@ -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_ */
Home |
Main Index |
Thread Index |
Old Index