Rename all head files in main NuttX repository with names like *internal.h, removing the internal

This commit is contained in:
Gregory Nutt
2015-12-29 17:31:17 -06:00
parent fc30b31ed3
commit b682190f52
130 changed files with 142 additions and 142 deletions
+1 -1
View File
@@ -2741,7 +2741,7 @@
the worker thread, disabling interrupts does not provide protected; Need to
disable pre-emption. (2) Fix handling of touch ID and (2) add some logic to
prevent certain kinds of data overrun.
* include/nx/nxtk.h and graphics/nx/nxtk/nxtk_internal.h: Move setting
* include/nx/nxtk.h and graphics/nx/nxtk/nxtk.h: Move setting
of configuration defaults from the internal header file to a place where
other logic can use the defaults.
* graphics/nxtk/nxtk_events.c: Fixed an important but in the logic that
+1 -1
Submodule configs updated: 9ab677b8e1...f6782b7548
@@ -1,5 +1,5 @@
/****************************************************************************
* drivers/mmcsd/mmcsd_internal.h
* drivers/mmcsd/mmcsd.h
*
* Copyright (C) 2008-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
****************************************************************************/
#ifndef __DRIVERS_MMCSD_MMCSD_INTERNAL_H
#define __DRIVERS_MMCSD_MMCSD_INTERNAL_H
#ifndef __DRIVERS_MMCSD_MMCSD_H
#define __DRIVERS_MMCSD_MMCSD_H
/****************************************************************************
* Included Files
@@ -102,4 +102,4 @@ EXTERN void mmcsd_dmpcsd(FAR const uint8_t *csd, uint8_t cardtype);
#if defined(__cplusplus)
}
#endif
#endif /* __DRIVERS_MMCSD_MMCSD_INTERNAL_H */
#endif /* __DRIVERS_MMCSD_MMCSD_H */
+1 -1
View File
@@ -47,7 +47,7 @@
#include <debug.h>
#include "mmcsd_csd.h"
#include "mmcsd_internal.h"
#include "mmcsd.h"
/****************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -65,7 +65,7 @@
#include <nuttx/sdio.h>
#include <nuttx/mmcsd.h>
#include "mmcsd_internal.h"
#include "mmcsd.h"
#include "mmcsd_sdio.h"
/****************************************************************************
+1 -1
View File
@@ -59,7 +59,7 @@
#include "mmcsd_spi.h"
#include "mmcsd_csd.h"
#include "mmcsd_internal.h"
#include "mmcsd.h"
/****************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -45,7 +45,7 @@
#include <assert.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
#include "aio/aio.h"
#ifdef CONFIG_FS_AIO
+1 -1
View File
@@ -52,7 +52,7 @@
#include <nuttx/audio/audio.h>
#include <nuttx/usb/audio.h>
#include "lib_internal.h"
#include "libc.h"
#if defined(CONFIG_AUDIO)
+4 -4
View File
@@ -1,5 +1,5 @@
/****************************************************************************
* libc/lib_internal.h
* libc/libc.h
*
* Copyright (C) 2007-2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@@ -33,8 +33,8 @@
*
****************************************************************************/
#ifndef __LIBC_LIB_INTERNAL_H
#define __LIBC_LIB_INTERNAL_H
#ifndef __LIBC_LIBC_H
#define __LIBC_LIBC_H
/****************************************************************************
* Included Files
@@ -233,4 +233,4 @@ ssize_t lib_parse_hostfile(FAR FILE *stream, FAR struct hostent *host,
}
#endif
#endif /* __LIBC_LIB_INTERNAL_H */
#endif /* __LIBC_LIBC_H */
+1 -1
View File
@@ -35,7 +35,7 @@
#include <sys/types.h>
#include <math.h>
#include "lib_internal.h"
#include "libc.h"
#ifdef CONFIG_HAVE_DOUBLE
+1 -1
View File
@@ -32,7 +32,7 @@
#include <sys/types.h>
#include <math.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Private Data
+1 -1
View File
@@ -35,7 +35,7 @@
#include <sys/types.h>
#include <math.h>
#include "lib_internal.h"
#include "libc.h"
#ifdef CONFIG_HAVE_LONG_DOUBLE
+1 -1
View File
@@ -35,7 +35,7 @@
#include <math.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Public Functions
+1 -1
View File
@@ -35,7 +35,7 @@
#include <math.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Public Functions
+1 -1
View File
@@ -35,7 +35,7 @@
#include <math.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Public Functions
+1 -1
View File
@@ -42,7 +42,7 @@
#include <stdarg.h>
#include <debug.h>
#include "lib_internal.h"
#include "libc.h"
#ifndef CONFIG_CPP_HAVE_VARARGS
+1 -1
View File
@@ -45,7 +45,7 @@
#include <errno.h>
#include <assert.h>
#include "lib_internal.h"
#include "libc.h"
#if CONFIG_STDIO_BUFFER_SIZE > 0
+1 -1
View File
@@ -46,7 +46,7 @@
#include <nuttx/fs/fs.h>
#include "lib_internal.h"
#include "libc.h"
#if defined(CONFIG_LIBC_IOCTL_VARIADIC) && CONFIG_NFILE_DESCRIPTORS > 0
+1 -1
View File
@@ -45,7 +45,7 @@
#include <unistd.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
#if CONFIG_NSOCKET_DESCRIPTORS > 0 || CONFIG_NFILE_DESCRIPTORS > 0
+1 -1
View File
@@ -48,7 +48,7 @@
#include <nuttx/fs/fs.h>
#include <nuttx/lib.h>
#include "lib_internal.h"
#include "libc.h"
#if (!defined(CONFIG_BUILD_PROTECTED) && !defined(CONFIG_BUILD_KERNEL)) || \
defined(__KERNEL__)
+1 -1
View File
@@ -46,7 +46,7 @@
#include <errno.h>
#include <nuttx/fs/fs.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Private types
+1 -1
View File
@@ -42,7 +42,7 @@
#include <netdb.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
#include "netdb/lib_netdb.h"
#ifdef CONFIG_NETDB_HOSTFILE
+1 -1
View File
@@ -48,7 +48,7 @@
#include <arpa/inet.h>
#include <nuttx/net/loopback.h>
#include "lib_internal.h"
#include "libc.h"
#include "netdb/lib_netdb.h"
#ifdef CONFIG_NETDB_HOSTFILE
+1 -1
View File
@@ -42,7 +42,7 @@
#include <netdb.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
#include "netdb/lib_netdb.h"
#ifdef CONFIG_LIBC_NETDB
+1 -1
View File
@@ -53,7 +53,7 @@
#include <nuttx/net/dns.h>
#include <nuttx/net/loopback.h>
#include "lib_internal.h"
#include "libc.h"
#include "netdb/lib_dns.h"
#ifdef CONFIG_LIBC_NETDB
+1 -1
View File
@@ -50,7 +50,7 @@
#include <arpa/inet.h>
#include "lib_internal.h"
#include "libc.h"
#ifdef CONFIG_NETDB_HOSTFILE
+1 -1
View File
@@ -46,7 +46,7 @@
#include <nuttx/spawn.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Public Functions
+1 -1
View File
@@ -46,7 +46,7 @@
#include <nuttx/spawn.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Public Functions
+1 -1
View File
@@ -47,7 +47,7 @@
#include <nuttx/spawn.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Public Functions
+1 -1
View File
@@ -45,7 +45,7 @@
#include <nuttx/spawn.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Public Functions
+1 -1
View File
@@ -40,7 +40,7 @@
#include <stdio.h>
#include <stdarg.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -48,7 +48,7 @@
#include <stdint.h>
#include <string.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -45,7 +45,7 @@
#include <string.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Public Functions
+1 -1
View File
@@ -46,7 +46,7 @@
#include <nuttx/fs/fs.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -42,7 +42,7 @@
****************************************************************************/
#include <stdio.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -47,7 +47,7 @@
#include <stdio.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -41,7 +41,7 @@
#include <stdio.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -47,7 +47,7 @@
#include <assert.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -42,7 +42,7 @@
****************************************************************************/
#include <stdio.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -49,7 +49,7 @@
#include <nuttx/arch.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -42,7 +42,7 @@
#include <sys/types.h>
#include <stdio.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -43,7 +43,7 @@
#include <fcntl.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Public Functions
+1 -1
View File
@@ -49,7 +49,7 @@
#include <fcntl.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -49,7 +49,7 @@
#include <fcntl.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -49,7 +49,7 @@
#include <fcntl.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -42,7 +42,7 @@
#include <sys/types.h>
#include <stdio.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -42,7 +42,7 @@
#include <stdint.h>
#include <stdio.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -42,7 +42,7 @@
#include <stdio.h>
#include <stdint.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -46,7 +46,7 @@
#include <math.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

Some files were not shown because too many files have changed in this diff Show More