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

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 @@
Subproject commit 601bc2284cb4ff212ae6f1bb09cb9e0733bd1b38
Subproject commit c82594484958132e9267cd7bacb47579874a12ba

@ -1 +1 @@
Subproject commit 9ab677b8e16ab2d2d1a7ac25893503ce0fadabde
Subproject commit f6782b75481a49e19709a7e1593d40346716f5e4

View File

@ -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 */

View File

@ -47,7 +47,7 @@
#include <debug.h>
#include "mmcsd_csd.h"
#include "mmcsd_internal.h"
#include "mmcsd.h"
/****************************************************************************
* Pre-processor Definitions

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"
/****************************************************************************

View File

@ -59,7 +59,7 @@
#include "mmcsd_spi.h"
#include "mmcsd_csd.h"
#include "mmcsd_internal.h"
#include "mmcsd.h"
/****************************************************************************
* Pre-processor Definitions

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

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)

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 */

View File

@ -35,7 +35,7 @@
#include <sys/types.h>
#include <math.h>
#include "lib_internal.h"
#include "libc.h"
#ifdef CONFIG_HAVE_DOUBLE

View File

@ -32,7 +32,7 @@
#include <sys/types.h>
#include <math.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Private Data

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

View File

@ -35,7 +35,7 @@
#include <math.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Public Functions

View File

@ -35,7 +35,7 @@
#include <math.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Public Functions

View File

@ -35,7 +35,7 @@
#include <math.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Public Functions

View File

@ -42,7 +42,7 @@
#include <stdarg.h>
#include <debug.h>
#include "lib_internal.h"
#include "libc.h"
#ifndef CONFIG_CPP_HAVE_VARARGS

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

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

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

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__)

View File

@ -46,7 +46,7 @@
#include <errno.h>
#include <nuttx/fs/fs.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Private types

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

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

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

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

View File

@ -50,7 +50,7 @@
#include <arpa/inet.h>
#include "lib_internal.h"
#include "libc.h"
#ifdef CONFIG_NETDB_HOSTFILE

View File

@ -46,7 +46,7 @@
#include <nuttx/spawn.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Public Functions

View File

@ -46,7 +46,7 @@
#include <nuttx/spawn.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Public Functions

View File

@ -47,7 +47,7 @@
#include <nuttx/spawn.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Public Functions

View File

@ -45,7 +45,7 @@
#include <nuttx/spawn.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Public Functions

View File

@ -40,7 +40,7 @@
#include <stdio.h>
#include <stdarg.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -48,7 +48,7 @@
#include <stdint.h>
#include <string.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -45,7 +45,7 @@
#include <string.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Public Functions

View File

@ -46,7 +46,7 @@
#include <nuttx/fs/fs.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -42,7 +42,7 @@
****************************************************************************/
#include <stdio.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -47,7 +47,7 @@
#include <stdio.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -41,7 +41,7 @@
#include <stdio.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -47,7 +47,7 @@
#include <assert.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -42,7 +42,7 @@
****************************************************************************/
#include <stdio.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -49,7 +49,7 @@
#include <nuttx/arch.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -42,7 +42,7 @@
#include <sys/types.h>
#include <stdio.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -43,7 +43,7 @@
#include <fcntl.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Public Functions

View File

@ -49,7 +49,7 @@
#include <fcntl.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -49,7 +49,7 @@
#include <fcntl.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -49,7 +49,7 @@
#include <fcntl.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -42,7 +42,7 @@
#include <sys/types.h>
#include <stdio.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -42,7 +42,7 @@
#include <stdint.h>
#include <stdio.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -42,7 +42,7 @@
#include <stdio.h>
#include <stdint.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -46,7 +46,7 @@
#include <math.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -47,7 +47,7 @@
#include <nuttx/fs/fs.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -47,7 +47,7 @@
#include <assert.h>
#include <debug.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -45,7 +45,7 @@
#include <nuttx/fs/fs.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -46,7 +46,7 @@
#include <fcntl.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -46,7 +46,7 @@
#include <fcntl.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -47,7 +47,7 @@
#include <nuttx/fs/fs.h>
#include <nuttx/streams.h>
#include "lib_internal.h"
#include "libc.h"
#ifdef CONFIG_STDIO_LINEBUFFER

View File

@ -46,7 +46,7 @@
#include <nuttx/fs/fs.h>
#include "lib_internal.h"
#include "libc.h"
#ifdef CONFIG_STDIO_LINEBUFFER

View File

@ -38,7 +38,7 @@
****************************************************************************/
#include <stdio.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -46,7 +46,7 @@
#include <nuttx/arch.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -45,7 +45,7 @@
#include <nuttx/arch.h>
#include "lib_internal.h"
#include "libc.h"
#ifdef CONFIG_ARCH_LOWGETC

View File

@ -46,7 +46,7 @@
#include <errno.h>
#include <nuttx/arch.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Private Functions

View File

@ -39,7 +39,7 @@
#include <assert.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Private Functions

View File

@ -39,7 +39,7 @@
#include <assert.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Private Functions

View File

@ -39,7 +39,7 @@
#include <assert.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Private Functions

View File

@ -39,7 +39,7 @@
#include <assert.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Private Functions

View File

@ -40,7 +40,7 @@
#include <stdio.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Private Functions

View File

@ -41,7 +41,7 @@
#include <assert.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Private Functions

View File

@ -44,7 +44,7 @@
#include <stdio.h>
#include <syslog.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -42,7 +42,7 @@
****************************************************************************/
#include <stdio.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -41,7 +41,7 @@
#include <assert.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Private Functions

View File

@ -41,7 +41,7 @@
#include <assert.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Private Functions

View File

@ -41,7 +41,7 @@
#include <assert.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Private Functions

View File

@ -41,7 +41,7 @@
#include <assert.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Private Functions

View File

@ -48,7 +48,7 @@
#include <unistd.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -42,7 +42,7 @@
#include <sys/types.h>
#include <stdio.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -38,7 +38,7 @@
****************************************************************************/
#include <stdio.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -39,7 +39,7 @@
#include <assert.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Private Functions

View File

@ -41,7 +41,7 @@
#include <assert.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Private Functions

View File

@ -39,7 +39,7 @@
#include <assert.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Private Functions

View File

@ -41,7 +41,7 @@
#include <assert.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Private Functions

View File

@ -46,7 +46,7 @@
#include <fcntl.h>
#include <errno.h>
#include <nuttx/fs/fs.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -42,7 +42,7 @@
#include <stdarg.h>
#include <assert.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -42,7 +42,7 @@
#include <stdio.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Public Functions

View File

@ -42,7 +42,7 @@
#include <stdio.h>
#include <semaphore.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -42,7 +42,7 @@
#include <sys/types.h>
#include <stdio.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -41,7 +41,7 @@
#include <stdio.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -43,7 +43,7 @@
#include <fcntl.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -39,7 +39,7 @@
#include <stdio.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Private Functions

View File

@ -42,7 +42,7 @@
#include <string.h>
#include <ctype.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Private Functions

View File

@ -42,7 +42,7 @@
#include <stdbool.h>
#include <stdlib.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Private Functions

View File

@ -42,7 +42,7 @@
#include <stdbool.h>
#include <stdlib.h>
#include "lib_internal.h"
#include "libc.h"
#ifdef CONFIG_HAVE_LONG_LONG

View File

@ -41,7 +41,7 @@
#include <stdlib.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Private Functions

View File

@ -42,7 +42,7 @@
#include <stdlib.h>
#include "lib_internal.h"
#include "libc.h"
#ifdef CONFIG_HAVE_LONG_LONG

View File

@ -43,7 +43,7 @@
#include <string.h>
#include <ctype.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Private Functions

View File

@ -41,7 +41,7 @@
#include <string.h>
#include <ctype.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Private Functions

View File

@ -41,7 +41,7 @@
#include <string.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Public Functions

View File

@ -41,7 +41,7 @@
#include <string.h>
#include "lib_internal.h"
#include "libc.h"
/****************************************************************************
* Public Functions

View File

@ -45,7 +45,7 @@
#include <unistd.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
#if CONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_ENVIRON)

View File

@ -45,7 +45,7 @@
#include <unistd.h>
#include <errno.h>
#include "lib_internal.h"
#include "libc.h"
#if CONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_ENVIRON)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* libnx/nxfonts/nxfonts_internal.h
* libnx/nxfonts/nxfonts.h
*
* Copyright (C) 2008-2009, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@ -33,8 +33,8 @@
*
****************************************************************************/
#ifndef __LIBNX_NXFONTS_NXFONTS_INTERNAL_H
#define __LIBNX_NXFONTS_NXFONTS_INTERNAL_H
#ifndef __LIBNX_NXFONTS_NXFONTS_H
#define __LIBNX_NXFONTS_NXFONTS_H
/****************************************************************************
* Included Files
@ -85,4 +85,4 @@ EXTERN struct nx_font_s g_fonts;
}
#endif
#endif /* __LIBNX_NXFONTS_NXFONTS_INTERNAL_H */
#endif /* __LIBNX_NXFONTS_NXFONTS_H */

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