Module Name: src Committed By: jmcneill Date: Fri Jul 15 03:30:08 UTC 2011
Modified Files: src/sys/dev/i2c: tvpll_tuners.h Log Message: struct tvpll_data foo -> extern struct tvpll_data foo To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/tvpll_tuners.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/i2c/tvpll_tuners.h diff -u src/sys/dev/i2c/tvpll_tuners.h:1.1 src/sys/dev/i2c/tvpll_tuners.h:1.2 --- src/sys/dev/i2c/tvpll_tuners.h:1.1 Mon Jul 11 00:01:52 2011 +++ src/sys/dev/i2c/tvpll_tuners.h Fri Jul 15 03:30:08 2011 @@ -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_ */