From c278caf8a84f8a5b2861a2240be7eccd10e6160b Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 12 Feb 2013 18:44:41 +0000 Subject: Add LPC1788 EMC initialization logic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5645 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/arm/src/lpc17xx/lpc17_i2s.h | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'nuttx/arch/arm/src/lpc17xx/lpc17_i2s.h') diff --git a/nuttx/arch/arm/src/lpc17xx/lpc17_i2s.h b/nuttx/arch/arm/src/lpc17xx/lpc17_i2s.h index 9fc6445b6..f6cbe0677 100644 --- a/nuttx/arch/arm/src/lpc17xx/lpc17_i2s.h +++ b/nuttx/arch/arm/src/lpc17xx/lpc17_i2s.h @@ -1,5 +1,5 @@ -/************************************************************************************ - * arch/arm/src/lpc17xx/lpc17_i2s +/**************************************************************************** + * arch/arm/src/lpc17xx/lpc17_i2s.h * * Copyright (C) 2010, 2012-2013 Gregory Nutt. All rights reserved. * Author: Gregory Nutt @@ -31,31 +31,32 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ************************************************************************************/ + ****************************************************************************/ #ifndef __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_I2S_H #define __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_I2S_H -/************************************************************************************ +/**************************************************************************** * Included Files - ************************************************************************************/ + ****************************************************************************/ #include +#include "chip/lpc17_i2s.h" -/************************************************************************************ +/**************************************************************************** * Pre-processor Definitions - ************************************************************************************/ + ****************************************************************************/ -/************************************************************************************ +/**************************************************************************** * Public Types - ************************************************************************************/ + ****************************************************************************/ -/************************************************************************************ +/**************************************************************************** * Public Data - ************************************************************************************/ + ****************************************************************************/ -/************************************************************************************ +/**************************************************************************** * Public Functions - ************************************************************************************/ + ****************************************************************************/ #endif /* __ARCH_ARM_SRC_LPC17XX_CHIP_LPC17_I2S_H */ -- cgit v1.2.3