Move include/nuttx/fb.h to include/nuttx/video/fb.h

This commit is contained in:
Gregory Nutt 2013-12-10 09:23:54 -06:00
parent a35d366dea
commit b4144e21d6
8 changed files with 8 additions and 8 deletions

View File

@ -45,7 +45,7 @@
#include <errno.h>
#include <debug.h>
#include <nuttx/fb.h>
#include <nuttx/video/fb.h>
#include <nuttx/kmalloc.h>
#include <nuttx/nx/nxglib.h>

View File

@ -44,7 +44,7 @@
#include <errno.h>
#include <debug.h>
#include <nuttx/fb.h>
#include <nuttx/video/fb.h>
#include <arch/board/board.h>
#include "up_arch.h"

View File

@ -163,7 +163,7 @@
* Public Functions
************************************************************************************/
/* The LPC17 LCD driver uses the common framebuffer interfaces declared in
* include/nuttx/fb.h.
* include/nuttx/video/fb.h.
*/
/************************************************************************************

View File

@ -53,7 +53,7 @@
#include <errno.h>
#include <debug.h>
#include <nuttx/fb.h>
#include <nuttx/video/fb.h>
#include <nuttx/kmalloc.h>
#include <arch/board/board.h>

View File

@ -80,7 +80,7 @@
* Public Functions
************************************************************************************/
/* The SAMA5 LCD driver uses the common framebuffer interfaces declared in
* include/nuttx/fb.h.
* include/nuttx/video/fb.h.
*/
/************************************************************************************

View File

@ -47,7 +47,7 @@
#include <errno.h>
#include <debug.h>
#include <nuttx/fb.h>
#include <nuttx/video/fb.h>
#include <nuttx/kmalloc.h>
#include <arch/board/board.h>

View File

@ -66,7 +66,7 @@
* Public Functions
************************************************************************************/
/* The STM32 LTDC driver uses the common framebuffer interfaces declared in
* include/nuttx/fb.h.
* include/nuttx/video/fb.h.
*/
/************************************************************************************

View File

@ -44,7 +44,7 @@
#include <errno.h>
#include <debug.h>
#include <nuttx/fb.h>
#include <nuttx/video/fb.h>
#include "up_internal.h"
/****************************************************************************