include/nuttx/video/edid.h: Move here from include/nuttx/lcd/edid.h
This commit is contained in:
parent
01ca208990
commit
b022435a97
@ -56,7 +56,7 @@
|
||||
#include <nuttx/semaphore.h>
|
||||
#include <nuttx/fs/fs.h>
|
||||
#include <nuttx/drivers/drivers.h>
|
||||
#include <nuttx/lcd/edid.h>
|
||||
#include <nuttx/video/edid.h>
|
||||
#include <nuttx/lcd/tda19988.h>
|
||||
|
||||
#include "tda19988.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
/********************************************************************************************
|
||||
* include/nuttx/lcd/edid.h
|
||||
* include/nuttx/video/edid.h
|
||||
* EDID (Extended Display Identification Data) Format
|
||||
*
|
||||
* Copyright (C) 2019 Gregory Nutt. All rights reserved.
|
||||
@ -42,8 +42,8 @@
|
||||
*
|
||||
********************************************************************************************/
|
||||
|
||||
#ifndef __INCLUDE_NUTTX_LCD_EDID_H
|
||||
#define __INCLUDE_NUTTX_LCD_EDID_H
|
||||
#ifndef __INCLUDE_NUTTX_VIDEO_EDID_H
|
||||
#define __INCLUDE_NUTTX_VIDEO_EDID_H
|
||||
|
||||
/********************************************************************************************
|
||||
* Included Files
|
||||
@ -631,4 +631,4 @@ void edid_sort_modes(FAR struct edid_videomode_s *modes,
|
||||
|
||||
FAR const struct edid_videomode_s *edid_mode_lookup(FAR const char *name);
|
||||
|
||||
#endif /* __INCLUDE_NUTTX_LCD_EDID_H */
|
||||
#endif /* __INCLUDE_NUTTX_VIDEO_EDID_H */
|
@ -51,7 +51,7 @@
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <nuttx/lcd/edid.h>
|
||||
#include <nuttx/video/edid.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
@ -43,7 +43,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <nuttx/lcd/edid.h>
|
||||
#include <nuttx/video/edid.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
@ -48,7 +48,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <nuttx/lcd/edid.h>
|
||||
#include <nuttx/video/edid.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
Loading…
Reference in New Issue
Block a user