Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/include Add missing prototype for x86_genfb_mtr...



details:   https://anonhg.NetBSD.org/src/rev/7e1ff0c32db2
branches:  trunk
changeset: 761833:7e1ff0c32db2
user:      ahoka <ahoka%NetBSD.org@localhost>
date:      Tue Feb 08 20:55:51 2011 +0000

description:
Add missing prototype for x86_genfb_mtrr_init to fix build.

Hi Jared!

diffstat:

 sys/arch/x86/include/genfb_machdep.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 58d79fd92af4 -r 7e1ff0c32db2 sys/arch/x86/include/genfb_machdep.h
--- a/sys/arch/x86/include/genfb_machdep.h      Tue Feb 08 20:20:06 2011 +0000
+++ b/sys/arch/x86/include/genfb_machdep.h      Tue Feb 08 20:55:51 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: genfb_machdep.h,v 1.1 2009/02/17 01:42:52 jmcneill Exp $ */
+/* $NetBSD: genfb_machdep.h,v 1.2 2011/02/08 20:55:51 ahoka Exp $ */
 
 /*-
  * Copyright (c) 2009 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -30,5 +30,6 @@
 #define _X86_GENFB_MACHDEP_H
 
 int    x86_genfb_cnattach(void);
+void   x86_genfb_mtrr_init(uint64_t, uint32_t);
 
 #endif /* !_X86_GENFB_MACHDEP_H */



Home | Main Index | Thread Index | Old Index