Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/wscons declare wsdisplayio_get_edid()
details: https://anonhg.NetBSD.org/src/rev/2d8294f88589
branches: trunk
changeset: 766634:2d8294f88589
user: macallan <macallan%NetBSD.org@localhost>
date: Wed Jun 29 03:11:59 2011 +0000
description:
declare wsdisplayio_get_edid()
diffstat:
sys/dev/wscons/wsdisplayvar.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r be8ef3b4e3b8 -r 2d8294f88589 sys/dev/wscons/wsdisplayvar.h
--- a/sys/dev/wscons/wsdisplayvar.h Wed Jun 29 03:09:37 2011 +0000
+++ b/sys/dev/wscons/wsdisplayvar.h Wed Jun 29 03:11:59 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsdisplayvar.h,v 1.48 2010/02/02 16:54:40 drochner Exp $ */
+/* $NetBSD: wsdisplayvar.h,v 1.49 2011/06/29 03:11:59 macallan Exp $ */
/*
* Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.
@@ -204,6 +204,9 @@
int wsdisplay_cfg_ioctl(struct wsdisplay_softc *, u_long, void *,
int, struct lwp *);
+struct wsdisplayio_edid_info;
+int wsdisplayio_get_edid(device_t, struct wsdisplayio_edid_info *);
+
#ifdef WSDISPLAY_SCROLLSUPPORT
void wsdisplay_scroll(void *, int);
#endif
Home |
Main Index |
Thread Index |
Old Index