Move include/nuttx/fb.h to include/nuttx/video/fb.h
This commit is contained in:
parent
a35d366dea
commit
b4144e21d6
@ -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>
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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.
|
||||
*/
|
||||
|
||||
/************************************************************************************
|
||||
|
@ -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>
|
||||
|
@ -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.
|
||||
*/
|
||||
|
||||
/************************************************************************************
|
||||
|
@ -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>
|
||||
|
@ -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.
|
||||
*/
|
||||
|
||||
/************************************************************************************
|
||||
|
@ -44,7 +44,7 @@
|
||||
#include <errno.h>
|
||||
#include <debug.h>
|
||||
|
||||
#include <nuttx/fb.h>
|
||||
#include <nuttx/video/fb.h>
|
||||
#include "up_internal.h"
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user