mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Rename all architecture files of form xyz_internal.h to just xyz.h
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
|
||||
#include "up_arch.h"
|
||||
#include "up_internal.h"
|
||||
#include "lpc31_internal.h"
|
||||
#include "lpc31.h"
|
||||
#include "ea3131.h"
|
||||
|
||||
/************************************************************************************
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
# include <sys/mount.h>
|
||||
# include <nuttx/sdio.h>
|
||||
# include <nuttx/mmcsd.h>
|
||||
# include "lpc31_internal.h"
|
||||
# include "lpc31.h"
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
#include "chip.h"
|
||||
#include "up_arch.h"
|
||||
#include "up_internal.h"
|
||||
#include "lpc31_internal.h"
|
||||
#include "lpc31.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
# include <nuttx/mmcsd.h>
|
||||
#endif
|
||||
|
||||
#include "lpc31_internal.h"
|
||||
#include "lpc31.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
|
||||
#include "up_arch.h"
|
||||
#include "chip.h"
|
||||
#include "lpc31_internal.h"
|
||||
#include "lpc31.h"
|
||||
#include "ea3131.h"
|
||||
|
||||
#ifdef CONFIG_LPC31_SPI
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
|
||||
#include "up_arch.h"
|
||||
|
||||
#include "lpc31_internal.h"
|
||||
#include "lpc31.h"
|
||||
#include "ea3131.h"
|
||||
|
||||
#if defined(CONFIG_LPC31_USBOTG) || defined(CONFIG_USBHOST)
|
||||
|
||||
Reference in New Issue
Block a user