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 forward decl.
details: https://anonhg.NetBSD.org/src/rev/cec20c01550f
branches: trunk
changeset: 350513:cec20c01550f
user: christos <christos%NetBSD.org@localhost>
date: Fri Jan 13 05:26:42 2017 +0000
description:
Add missing forward decl.
diffstat:
sys/arch/x86/include/cpuvar.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 23da3f949d4d -r cec20c01550f sys/arch/x86/include/cpuvar.h
--- a/sys/arch/x86/include/cpuvar.h Fri Jan 13 05:18:22 2017 +0000
+++ b/sys/arch/x86/include/cpuvar.h Fri Jan 13 05:26:42 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpuvar.h,v 1.47 2015/12/13 15:02:19 maxv Exp $ */
+/* $NetBSD: cpuvar.h,v 1.48 2017/01/13 05:26:42 christos Exp $ */
/*-
* Copyright (c) 2000, 2007 The NetBSD Foundation, Inc.
@@ -66,6 +66,7 @@
#ifndef _X86_CPUVAR_H_
#define _X86_CPUVAR_H_
+struct cpu_info;
struct cpu_functions {
#ifndef XEN
int (*start)(struct cpu_info *, paddr_t);
Home |
Main Index |
Thread Index |
Old Index