STM32 LTDC: Move ltdc.h from include/nuttx/video to arch/arm/include/stm32; Trivial updates after general review

This commit is contained in:
Gregory Nutt 2014-12-19 14:52:17 -06:00
parent 2caba712f6
commit e67bd189a3

View File

@ -37,14 +37,17 @@
* Included Files
****************************************************************************/
#include <nuttx/config.h>
#include <sys/types.h>
#include <unistd.h>
#include <string.h>
#include <nuttx/config.h>
#include <debug.h>
#include <nuttx/video/rgbcolors.h>
#include <nuttx/video/fb.h>
#include <nuttx/video/ltdc.h>
#include <sys/types.h>
#include <debug.h>
#include <arch/chip/ltdc.h>
/****************************************************************************
* Pre-processor Definitions