Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/i2c struct tvpll_data foo -> extern struct tvpll_dat...



details:   https://anonhg.NetBSD.org/src/rev/699ad5f0cc77
branches:  trunk
changeset: 767306:699ad5f0cc77
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Fri Jul 15 03:30:08 2011 +0000

description:
struct tvpll_data foo -> extern struct tvpll_data foo

diffstat:

 sys/dev/i2c/tvpll_tuners.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 7f837a764e7e -r 699ad5f0cc77 sys/dev/i2c/tvpll_tuners.h
--- a/sys/dev/i2c/tvpll_tuners.h        Fri Jul 15 03:29:23 2011 +0000
+++ b/sys/dev/i2c/tvpll_tuners.h        Fri Jul 15 03:30:08 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tvpll_tuners.h,v 1.1 2011/07/11 00:01:52 jakllsch Exp $ */
+/* $NetBSD: tvpll_tuners.h,v 1.2 2011/07/15 03:30:08 jmcneill Exp $ */
 
 /*
  * Copyright (c) 2008 Jonathan A. Kollasch
@@ -29,7 +29,7 @@
 #ifndef _DEV_I2C_TVPLL_TUNERS_H_
 #define _DEV_I2C_TVPLL_TUNERS_H_
 
-struct tvpll_data tvpll_tuv1236d_pll;
-struct tvpll_data tvpll_tdvs_h06xf_pll;
+extern struct tvpll_data tvpll_tuv1236d_pll;
+extern struct tvpll_data tvpll_tdvs_h06xf_pll;
 
 #endif /* !_DEV_I2C_TVPLL_TUNERS_H_ */



Home | Main Index | Thread Index | Old Index