Declare the mcclock_pad32_busfns variable as extern.

This commit is contained in:
simonb 2000-02-11 02:36:16 +00:00
parent 565f0151c5
commit 2db5581a4c
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: mcclock_pad32.h,v 1.9 1998/04/19 07:50:26 jonathan Exp $ */
/* $NetBSD: mcclock_pad32.h,v 1.10 2000/02/11 02:36:16 simonb Exp $ */
/*
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
@ -51,4 +51,4 @@ struct mcclock_pad32_softc {
};
/* register read/write functions */
const struct mcclock_busfns mcclock_pad32_busfns;
extern const struct mcclock_busfns mcclock_pad32_busfns;