From 8e890826aa6a2d07deb2008ecf7739e19512a212 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Mon, 30 Nov 2009 17:37:20 -0200 Subject: [PATCH] --- yaml --- r: 168917 b: refs/heads/master c: 7924326fef03e9992c118a42aa148c4f824a4097 h: refs/heads/master i: 168915: 260c71132e722b5387d23492e3dc937e6582a8f3 v: v3 --- [refs] | 2 +- trunk/drivers/staging/go7007/s2250-loader.h | 24 +++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 trunk/drivers/staging/go7007/s2250-loader.h diff --git a/[refs] b/[refs] index 5f3fa5c6d0b5..0c98f30a8e3f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 361c95119a60adb7f84946af648b7c87cdc55e17 +refs/heads/master: 7924326fef03e9992c118a42aa148c4f824a4097 diff --git a/trunk/drivers/staging/go7007/s2250-loader.h b/trunk/drivers/staging/go7007/s2250-loader.h new file mode 100644 index 000000000000..b7c301af16cc --- /dev/null +++ b/trunk/drivers/staging/go7007/s2250-loader.h @@ -0,0 +1,24 @@ +/* + * Copyright (C) 2005-2006 Micronas USA Inc. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License (Version 2) as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. + */ + +#ifndef _S2250_LOADER_H_ +#define _S2250_LOADER_H_ + +extern int s2250loader_init(void); +extern void s2250loader_cleanup(void); + +#endif