summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Kenzior <denis.kenzior@intel.com>2009-09-01 18:04:20 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-09-01 18:14:59 -0500
commit31a3d489d5d42dbb41cc6a84db91ddc1d8dca458 (patch)
tree40a8b53353a536af3bf1604f6468cbe33d467c67
parent4064f4ba7330499a5a62291a646559a4f6a9c555 (diff)
Add stub vendor.h file
-rw-r--r--drivers/atmodem/vendor.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/atmodem/vendor.h b/drivers/atmodem/vendor.h
new file mode 100644
index 00000000..ebf771bd
--- /dev/null
+++ b/drivers/atmodem/vendor.h
@@ -0,0 +1,24 @@
+/*
+ *
+ * oFono - Open Source Telephony
+ *
+ * Copyright (C) 2008-2009 Intel Corporation. All rights reserved.
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+enum ofono_vendor {
+ OFONO_VENDOR_GENERIC = 0,
+};