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/dist/include/drm Forward declaration f...
details: https://anonhg.NetBSD.org/src/rev/50921af30668
branches: trunk
changeset: 1028363:50921af30668
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sun Dec 19 10:48:47 2021 +0000
description:
Forward declaration for struct seq_file.
No idea what side-loading will provide this.
diffstat:
sys/external/bsd/drm2/dist/include/drm/drm_dp_helper.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 245d3c2a7bfa -r 50921af30668 sys/external/bsd/drm2/dist/include/drm/drm_dp_helper.h
--- a/sys/external/bsd/drm2/dist/include/drm/drm_dp_helper.h Sun Dec 19 10:48:37 2021 +0000
+++ b/sys/external/bsd/drm2/dist/include/drm/drm_dp_helper.h Sun Dec 19 10:48:47 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: drm_dp_helper.h,v 1.7 2021/12/19 10:38:05 riastradh Exp $ */
+/* $NetBSD: drm_dp_helper.h,v 1.8 2021/12/19 10:48:47 riastradh Exp $ */
/*
* Copyright © 2008 Keith Packard
@@ -30,6 +30,8 @@
#include <linux/types.h>
#include <linux/workqueue.h>
+struct seq_file;
+
/*
* Unless otherwise noted, all values are from the DP 1.1a spec. Note that
* DP and DPCD versions are independent. Differences from 1.0 are not noted,
Home |
Main Index |
Thread Index |
Old Index