Restore up_internal.h. Changes its name was a bad idea... at least for now

This commit is contained in:
Gregory Nutt 2014-09-30 14:41:23 -06:00
parent b7c9e8efa0
commit aeecd10dfe
26 changed files with 30 additions and 30 deletions

View File

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

View File

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

View File

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

View File

@ -45,7 +45,7 @@
#include <nuttx/arch.h>
#include <nuttx/kmalloc.h>
#include "sim.h"
#include "up_internal.h"
/****************************************************************************
* Pre-processor Definitions

View File

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

View File

@ -50,7 +50,7 @@
# include <nuttx/kmalloc.h>
# include "sim.h"
# include "up_internal.h"
#endif
/****************************************************************************

View File

@ -46,7 +46,7 @@
#include "task/task.h"
#include "sched/sched.h"
#include "sim.h"
#include "up_internal.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -45,7 +45,7 @@
#include <debug.h>
#include <nuttx/video/fb.h>
#include "sim.h"
#include "up_internal.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -44,7 +44,7 @@
#include <nuttx/arch.h>
#include <nuttx/power/pm.h>
#include "sim.h"
#include "up_internal.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -47,7 +47,7 @@
#include <nuttx/mtd/mtd.h>
#include <nuttx/syslog/ramlog.h>
#include "sim.h"
#include "up_internal.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -44,7 +44,7 @@
#include <nuttx/arch.h>
#include "sim.h"
#include "up_internal.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -1,7 +1,7 @@
/**************************************************************************
* arch/sim/src/sim.h
* arch/sim/src/up_internal.h
*
* Copyright (C) 2007, 2009, 2011-2012 Gregory Nutt. All rights reserved.
* Copyright (C) 2007, 2009, 2011-2012, 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@ -33,8 +33,8 @@
*
**************************************************************************/
#ifndef __ARCH_SIM_SRC_SIM_H
#define __ARCH_SIM_SRC_SIM_H
#ifndef __ARCH_SIM_SRC_UP_INTERNAL_H
#define __ARCH_SIM_SRC_UP_INTERNAL_H
/**************************************************************************
* Included Files
@ -248,4 +248,4 @@ struct spi_dev_s *up_spiflashinitialize(void);
#endif
#endif /* __ASSEMBLY__ */
#endif /* __ARCH_SIM_SRC_SIM_H */
#endif /* __ARCH_SIM_SRC_UP_INTERNAL_H */

View File

@ -41,7 +41,7 @@
#include <stdbool.h>
#include <nuttx/arch.h>
#include "sim.h"
#include "up_internal.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -56,7 +56,7 @@
#include <nuttx/net/netdev.h>
#include <nuttx/net/arp.h>
#include "sim.h"
#include "up_internal.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -44,7 +44,7 @@
#include <nuttx/arch.h>
#include "sched/sched.h"
#include "sim.h"
#include "up_internal.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -44,7 +44,7 @@
#include <nuttx/arch.h>
#include <nuttx/kmalloc.h>
#include "sim.h"
#include "up_internal.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -47,7 +47,7 @@
#include <nuttx/arch.h>
#include "sched/sched.h"
#include "sim.h"
#include "up_internal.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -45,7 +45,7 @@
#include <nuttx/arch.h>
#include "sched/sched.h"
#include "sim.h"
#include "up_internal.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -37,7 +37,7 @@
* Included Files
**************************************************************************/
#include "sim.h"
#include "up_internal.h"
/**************************************************************************
* Pre-processor Definitions

View File

@ -46,7 +46,7 @@
****************************************************************************/
/* Simulated console UART input buffer size */
/* Must match the defintion in sim.h */
/* Must match the defintion in up_internal.h */
#define SIMUART_BUFSIZE 256

View File

@ -50,7 +50,7 @@
#include <nuttx/arch.h>
#include <nuttx/spi/spi.h>
#include "sim.h"
#include "up_internal.h"
#if defined(CONFIG_SIM_SPIFLASH)

View File

@ -47,7 +47,7 @@
#include <nuttx/arch.h>
#include <arch/irq.h>
#include "sim.h"
#include "up_internal.h"
/****************************************************************************
* Pre-processor Macros

View File

@ -59,7 +59,7 @@
#include <nuttx/input/touchscreen.h>
#include "sim.h"
#include "up_internal.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -39,7 +39,7 @@
#include <semaphore.h>
#include "sim.h"
#include "up_internal.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -45,7 +45,7 @@
#include "clock/clock.h"
#include "sched/sched.h"
#include "sim.h"
#include "up_internal.h"
/****************************************************************************
* Pre-processor Definitions

View File

@ -41,7 +41,7 @@
#include <sys/types.h>
#include <debug.h>
#include <nuttx/arch.h>
#include "sim.h"
#include "up_internal.h"
/****************************************************************************
* Pre-processor Definitions