include/nuttx/video/edid.h: Move here from include/nuttx/lcd/edid.h

This commit is contained in:
Gregory Nutt 2019-07-07 18:19:01 -06:00
parent 01ca208990
commit b022435a97
5 changed files with 8 additions and 8 deletions

View File

@ -56,7 +56,7 @@
#include <nuttx/semaphore.h> #include <nuttx/semaphore.h>
#include <nuttx/fs/fs.h> #include <nuttx/fs/fs.h>
#include <nuttx/drivers/drivers.h> #include <nuttx/drivers/drivers.h>
#include <nuttx/lcd/edid.h> #include <nuttx/video/edid.h>
#include <nuttx/lcd/tda19988.h> #include <nuttx/lcd/tda19988.h>
#include "tda19988.h" #include "tda19988.h"

View File

@ -1,5 +1,5 @@
/******************************************************************************************** /********************************************************************************************
* include/nuttx/lcd/edid.h * include/nuttx/video/edid.h
* EDID (Extended Display Identification Data) Format * EDID (Extended Display Identification Data) Format
* *
* Copyright (C) 2019 Gregory Nutt. All rights reserved. * Copyright (C) 2019 Gregory Nutt. All rights reserved.
@ -42,8 +42,8 @@
* *
********************************************************************************************/ ********************************************************************************************/
#ifndef __INCLUDE_NUTTX_LCD_EDID_H #ifndef __INCLUDE_NUTTX_VIDEO_EDID_H
#define __INCLUDE_NUTTX_LCD_EDID_H #define __INCLUDE_NUTTX_VIDEO_EDID_H
/******************************************************************************************** /********************************************************************************************
* Included Files * 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); 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 */

View File

@ -51,7 +51,7 @@
#include <string.h> #include <string.h>
#include <errno.h> #include <errno.h>
#include <nuttx/lcd/edid.h> #include <nuttx/video/edid.h>
/**************************************************************************** /****************************************************************************
* Pre-processor Definitions * Pre-processor Definitions

View File

@ -43,7 +43,7 @@
#include <sys/types.h> #include <sys/types.h>
#include <string.h> #include <string.h>
#include <nuttx/lcd/edid.h> #include <nuttx/video/edid.h>
/**************************************************************************** /****************************************************************************
* Pre-processor Definitions * Pre-processor Definitions

View File

@ -48,7 +48,7 @@
#include <sys/types.h> #include <sys/types.h>
#include <string.h> #include <string.h>
#include <nuttx/lcd/edid.h> #include <nuttx/video/edid.h>
/**************************************************************************** /****************************************************************************
* Pre-processor Definitions * Pre-processor Definitions