From 4f60d7e7027af17ceffc1a38e6dbe4e3e95c71ec Mon Sep 17 00:00:00 2001 From: Justin Waters Date: Tue, 17 Apr 2012 13:43:17 -0400 Subject: LogicPD Support for OMAP3/DM3/AM3 boards From Logic BSP-2.0-5-01 --- board/ti/logic/logic-product-id.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 board/ti/logic/logic-product-id.h (limited to 'board/ti/logic/logic-product-id.h') diff --git a/board/ti/logic/logic-product-id.h b/board/ti/logic/logic-product-id.h new file mode 100644 index 00000000000..b4af92d606c --- /dev/null +++ b/board/ti/logic/logic-product-id.h @@ -0,0 +1,27 @@ +/* + * (C) Copyright 2011 + * Logic Product Development + * Peter Barada + * + * See file CREDITS for list of people who contributed to this + * project. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of + * the License, or (at your option) any later version. + * + * 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 + */ + +extern int logic_has_new_product_id(void); +extern void logic_dump_new_product_data(void); +extern void logic_dump_serialization_info(void); -- cgit v1.2.3