mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 10:58:49 +08:00
Rename all architecture files of form xyz_internal.h to just xyz.h
This commit is contained in:
parent
68cc2ecfd2
commit
71c289ce4f
74 changed files with 108 additions and 108 deletions
|
@ -1,5 +1,5 @@
|
|||
/************************************************************************************
|
||||
* arch/arm/src/kinetis/kinetis_internal.h
|
||||
* arch/arm/src/kinetis/kinetis.h
|
||||
*
|
||||
* Copyright (C) 2011, 2013 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
@ -33,8 +33,8 @@
|
|||
*
|
||||
************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_KINETIS_KINETIS_INTERNAL_H
|
||||
#define __ARCH_ARM_SRC_KINETIS_KINETIS_INTERNAL_H
|
||||
#ifndef __ARCH_ARM_SRC_KINETIS_KINETIS_H
|
||||
#define __ARCH_ARM_SRC_KINETIS_KINETIS_H
|
||||
|
||||
/************************************************************************************
|
||||
* Included Files
|
||||
|
@ -846,4 +846,4 @@ void sdhc_wrprotect(FAR struct sdio_dev_s *dev, bool wrprotect);
|
|||
#endif
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __ARCH_ARM_SRC_KINETIS_KINETIS_INTERNAL_H */
|
||||
#endif /* __ARCH_ARM_SRC_KINETIS_KINETIS_H */
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
#include "up_arch.h"
|
||||
|
||||
#include "kinetis_internal.h"
|
||||
#include "kinetis.h"
|
||||
#include "kinetis_mcg.h"
|
||||
#include "kinetis_sim.h"
|
||||
#include "kinetis_fmc.h"
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
#include "nvic.h"
|
||||
#include "up_arch.h"
|
||||
#include "kinetis_internal.h"
|
||||
#include "kinetis.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
|
||||
#include "up_arch.h"
|
||||
#include "chip.h"
|
||||
#include "kinetis_internal.h"
|
||||
#include "kinetis.h"
|
||||
#include "kinetis_config.h"
|
||||
#include "kinetis_pinmux.h"
|
||||
#include "kinetis_sim.h"
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
#include "ram_vectors.h"
|
||||
#include "up_arch.h"
|
||||
#include "up_internal.h"
|
||||
#include "kinetis_internal.h"
|
||||
#include "kinetis.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
#include "up_arch.h"
|
||||
|
||||
#include "kinetis_config.h"
|
||||
#include "kinetis_internal.h"
|
||||
#include "kinetis.h"
|
||||
#include "kinetis_uart.h"
|
||||
#include "kinetis_sim.h"
|
||||
#include "kinetis_pinmux.h"
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
#include "up_internal.h"
|
||||
|
||||
#include "kinetis_memorymap.h"
|
||||
#include "kinetis_internal.h"
|
||||
#include "kinetis.h"
|
||||
#include "kinetis_port.h"
|
||||
#include "kinetis_gpio.h"
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
#include "up_internal.h"
|
||||
|
||||
#include "kinetis_memorymap.h"
|
||||
#include "kinetis_internal.h"
|
||||
#include "kinetis.h"
|
||||
#include "kinetis_gpio.h"
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
#include "up_arch.h"
|
||||
#include "up_internal.h"
|
||||
|
||||
#include "kinetis_internal.h"
|
||||
#include "kinetis.h"
|
||||
#include "kinetis_port.h"
|
||||
|
||||
#ifdef CONFIG_GPIO_IRQ
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
#include "chip.h"
|
||||
#include "up_arch.h"
|
||||
|
||||
#include "kinetis_internal.h"
|
||||
#include "kinetis.h"
|
||||
#include "kinetis_pinmux.h"
|
||||
#include "kinetis_sim.h"
|
||||
#include "kinetis_sdhc.h"
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
#include "kinetis_config.h"
|
||||
#include "chip.h"
|
||||
#include "kinetis_uart.h"
|
||||
#include "kinetis_internal.h"
|
||||
#include "kinetis.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
#include "up_arch.h"
|
||||
#include "up_internal.h"
|
||||
|
||||
#include "kinetis_internal.h"
|
||||
#include "kinetis.h"
|
||||
#include "kinetis_smc.h"
|
||||
#include "kinetis_userspace.h"
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
#include "up_arch.h"
|
||||
|
||||
#include "chip.h"
|
||||
#include "kinetis_internal.h"
|
||||
#include "kinetis.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
#include <arch/irq.h>
|
||||
|
||||
#include "up_arch.h"
|
||||
#include "kinetis_internal.h"
|
||||
#include "kinetis.h"
|
||||
#include "kinetis_wdog.h"
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/************************************************************************************
|
||||
* arch/arm/src/lpc31xx/lpc31_internal.h
|
||||
* arch/arm/src/lpc31xx/lpc31.h
|
||||
*
|
||||
* Copyright (C) 2009-2011, 2013 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
@ -33,8 +33,8 @@
|
|||
*
|
||||
************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_LPC31XX_LPC31_INTERNAL_H
|
||||
#define __ARCH_ARM_SRC_LPC31XX_LPC31_INTERNAL_H
|
||||
#ifndef __ARCH_ARM_SRC_LPC31XX_LPC31_H
|
||||
#define __ARCH_ARM_SRC_LPC31XX_LPC31_H
|
||||
|
||||
/************************************************************************************
|
||||
* Included Files
|
||||
|
@ -353,4 +353,4 @@ void sdio_wrprotect(FAR struct sdio_dev_s *dev, bool wrprotect);
|
|||
#endif
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __ARCH_ARM_SRC_LPC31XX_LPC31_INTERNAL_H */
|
||||
#endif /* __ARCH_ARM_SRC_LPC31XX_LPC31_H */
|
|
@ -49,7 +49,7 @@
|
|||
|
||||
#include "lpc31_syscreg.h"
|
||||
#include "lpc31_cgudrvr.h"
|
||||
#include "lpc31_internal.h"
|
||||
#include "lpc31.h"
|
||||
|
||||
#ifdef CONFIG_PAGING
|
||||
# include <nuttx/page.h>
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
#include "cache.h"
|
||||
|
||||
#include "chip.h"
|
||||
#include "lpc31_internal.h"
|
||||
#include "lpc31.h"
|
||||
#include "lpc31_cgudrvr.h"
|
||||
#include "lpc31_syscreg.h"
|
||||
#include "lpc31_evntrtr.h"
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
|
||||
#include "lpc31_intc.h"
|
||||
#include "lpc31_cgudrvr.h"
|
||||
#include "lpc31_internal.h"
|
||||
#include "lpc31.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
#include "up_arch.h"
|
||||
|
||||
#include "lpc31_timer.h"
|
||||
#include "lpc31_internal.h"
|
||||
#include "lpc31.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/************************************************************************************
|
||||
* arch/arm/src/str71x/str71x_internal.h
|
||||
* arch/arm/src/str71x/str71x.h
|
||||
*
|
||||
* Copyright (C) 2008-2009, 2015 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
@ -33,8 +33,8 @@
|
|||
*
|
||||
************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_ARM_SRC_STR71X_STR71X_INTERNAL_H
|
||||
#define __ARCH_ARM_SRC_STR71X_STR71X_INTERNAL_H
|
||||
#ifndef __ARCH_ARM_SRC_STR71X_STR71X_H
|
||||
#define __ARCH_ARM_SRC_STR71X_STR71X_H
|
||||
|
||||
/************************************************************************************
|
||||
* Included Files
|
||||
|
@ -153,4 +153,4 @@ void str71x_disable_xtiirq(int irq);
|
|||
# define str71x_disable_xtiirq(irq)
|
||||
#endif /* CONFIG_STR71X_XTI */
|
||||
|
||||
#endif /* __ARCH_ARM_SRC_STR71X_STR71X_INTERNAL_H */
|
||||
#endif /* __ARCH_ARM_SRC_STR71X_STR71X_H */
|
|
@ -48,7 +48,7 @@
|
|||
#include "chip.h"
|
||||
#include "up_arch.h"
|
||||
#include "up_internal.h"
|
||||
#include "str71x_internal.h"
|
||||
#include "str71x.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
#include "up_arch.h"
|
||||
#include "up_internal.h"
|
||||
|
||||
#include "str71x_internal.h"
|
||||
#include "str71x.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
#include "chip.h"
|
||||
#include "up_arch.h"
|
||||
#include "str71x_internal.h"
|
||||
#include "str71x.h"
|
||||
|
||||
/********************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
#include "up_arch.h"
|
||||
#include "up_internal.h"
|
||||
|
||||
#include "str71x_internal.h"
|
||||
#include "str71x.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
#include "clock/clock.h"
|
||||
#include "up_internal.h"
|
||||
|
||||
#include "str71x_internal.h"
|
||||
#include "str71x.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
#include "chip.h"
|
||||
#include "up_arch.h"
|
||||
#include "up_internal.h"
|
||||
#include "str71x_internal.h"
|
||||
#include "str71x.h"
|
||||
|
||||
#ifdef CONFIG_STR71X_XTI
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* arch/avr/src/at32uc3/at32uc3_internal.h
|
||||
* arch/avr/src/at32uc3/at32uc3.h
|
||||
*
|
||||
* Copyright (C) 2010, 2015 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
@ -33,8 +33,8 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __ARCH_AVR_SRC_AT32UC3_AT32UC3_INTERNAL_H
|
||||
#define __ARCH_AVR_SRC_AT32UC3_AT32UC3_INTERNAL_H
|
||||
#ifndef __ARCH_AVR_SRC_AT32UC3_AT32UC3_H
|
||||
#define __ARCH_AVR_SRC_AT32UC3_AT32UC3_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
|
@ -341,5 +341,5 @@ void gpio_irqdisable(int irq);
|
|||
#endif
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __ARCH_AVR_SRC_AT32UC3_AT32UC3_INTERNAL_H */
|
||||
#endif /* __ARCH_AVR_SRC_AT32UC3_AT32UC3_H */
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
#include "at32uc3_config.h"
|
||||
#include "up_internal.h"
|
||||
#include "at32uc3_internal.h"
|
||||
#include "at32uc3.h"
|
||||
#include "at32uc3_pm.h"
|
||||
#include "at32uc3_flashc.h"
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
#include "at32uc3_config.h"
|
||||
#include "up_internal.h"
|
||||
#include "at32uc3_internal.h"
|
||||
#include "at32uc3.h"
|
||||
|
||||
#include "up_arch.h"
|
||||
#include "chip.h"
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
|
||||
#include "up_arch.h"
|
||||
#include "irq/irq.h"
|
||||
#include "at32uc3_internal.h"
|
||||
#include "at32uc3.h"
|
||||
#include "at32uc3_gpio.h"
|
||||
|
||||
#ifdef CONFIG_AVR32_GPIOIRQ
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
|
||||
#include "up_arch.h"
|
||||
#include "up_internal.h"
|
||||
#include "at32uc3_internal.h"
|
||||
#include "at32uc3.h"
|
||||
|
||||
#include "chip.h"
|
||||
#include "at32uc3_intc.h"
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
#include "up_arch.h"
|
||||
#include "up_internal.h"
|
||||
#include "at32uc3_internal.h"
|
||||
#include "at32uc3.h"
|
||||
#include "at32uc3_pm.h"
|
||||
#include "at32uc3_usart.h"
|
||||
#include "at32uc3_pinmux.h"
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
|
||||
#include "at32uc3_config.h"
|
||||
#include "up_internal.h"
|
||||
#include "at32uc3_internal.h"
|
||||
#include "at32uc3.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
#include "at32uc3_usart.h"
|
||||
#include "up_arch.h"
|
||||
#include "up_internal.h"
|
||||
#include "at32uc3_internal.h"
|
||||
#include "at32uc3.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
#include "up_arch.h"
|
||||
|
||||
#include "chip.h"
|
||||
#include "at32uc3_internal.h"
|
||||
#include "at32uc3.h"
|
||||
#include "at32uc3_pm.h"
|
||||
#include "at32uc3_rtc.h"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* arch/avr/src/at90usb/at90usb_internal.h
|
||||
* arch/avr/src/at90usb/at90usb.h
|
||||
*
|
||||
* Copyright (C) 2011, 2015 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
@ -33,8 +33,8 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __ARCH_AVR_SRC_ATMEGA_ATMEGA_INTERNAL_H
|
||||
#define __ARCH_AVR_SRC_ATMEGA_ATMEGA_INTERNAL_H
|
||||
#ifndef __ARCH_AVR_SRC_ATMEGA_ATMEGA_H
|
||||
#define __ARCH_AVR_SRC_ATMEGA_ATMEGA_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
|
@ -208,5 +208,5 @@ void gpio_irqdisable(int irq);
|
|||
#endif
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __ARCH_AVR_SRC_ATMEGA_ATMEGA_INTERNAL_H */
|
||||
#endif /* __ARCH_AVR_SRC_ATMEGA_ATMEGA_H */
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
#include "up_arch.h"
|
||||
#include "up_internal.h"
|
||||
|
||||
#include "at90usb_internal.h"
|
||||
#include "at90usb.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
#include "at90usb_config.h"
|
||||
#include "up_internal.h"
|
||||
#include "at90usb_internal.h"
|
||||
#include "at90usb.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
|
||||
#include "up_arch.h"
|
||||
#include "up_internal.h"
|
||||
#include "at90usb_internal.h"
|
||||
#include "at90usb.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
|
||||
#include "up_arch.h"
|
||||
|
||||
#include "at90usb_internal.h"
|
||||
#include "at90usb.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* arch/avr/src/atmega/atmega_internal.h
|
||||
* arch/avr/src/atmega/atmega.h
|
||||
*
|
||||
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
@ -33,8 +33,8 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __ARCH_AVR_SRC_ATMEGA_ATMEGA_INTERNAL_H
|
||||
#define __ARCH_AVR_SRC_ATMEGA_ATMEGA_INTERNAL_H
|
||||
#ifndef __ARCH_AVR_SRC_ATMEGA_ATMEGA_H
|
||||
#define __ARCH_AVR_SRC_ATMEGA_ATMEGA_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
|
@ -210,5 +210,5 @@ void gpio_irqdisable(int irq);
|
|||
#endif
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __ARCH_AVR_SRC_ATMEGA_ATMEGA_INTERNAL_H */
|
||||
#endif /* __ARCH_AVR_SRC_ATMEGA_ATMEGA_H */
|
||||
|
|
@ -49,7 +49,7 @@
|
|||
|
||||
#include "up_arch.h"
|
||||
#include "up_internal.h"
|
||||
#include "atmega_internal.h"
|
||||
#include "atmega.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
#include "atmega_config.h"
|
||||
#include "up_internal.h"
|
||||
#include "atmega_internal.h"
|
||||
#include "atmega.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
|
||||
#include "up_arch.h"
|
||||
#include "up_internal.h"
|
||||
#include "atmega_internal.h"
|
||||
#include "atmega.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
|
||||
#include "up_arch.h"
|
||||
|
||||
#include "atmega_internal.h"
|
||||
#include "atmega.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* arch/avr/src/avr/avr_internal.h
|
||||
* arch/avr/src/avr/avr.h
|
||||
*
|
||||
* Copyright (C) 2011-2013 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
@ -33,8 +33,8 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __ARCH_AVR_SRC_AVR_AVR_INTERNAL_H
|
||||
#define __ARCH_AVR_SRC_AVR_AVR_INTERNAL_H
|
||||
#ifndef __ARCH_AVR_SRC_AVR_AVR_H
|
||||
#define __ARCH_AVR_SRC_AVR_AVR_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
|
@ -175,5 +175,5 @@ int avr_spicmddata(FAR struct spi_dev_s *dev, enum spi_dev_e devid, bool cmd);
|
|||
#endif
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __ARCH_AVR_SRC_AVR_AVR_INTERNAL_H */
|
||||
#endif /* __ARCH_AVR_SRC_AVR_AVR_H */
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
#include "up_arch.h"
|
||||
|
||||
#include "chip.h"
|
||||
#include "avr_internal.h"
|
||||
#include "avr.h"
|
||||
|
||||
#ifdef CONFIG_AVR_SPI
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/****************************************************************************
|
||||
* arch/avr/src/avr32/up_internal.h
|
||||
* arch/avr/src/avr32/avr32.h
|
||||
*
|
||||
* Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
@ -33,8 +33,8 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __ARCH_AVR_SRC_AVR32_AVR32_INTERNAL_H
|
||||
#define __ARCH_AVR_SRC_AVR32_AVR32_INTERNAL_H
|
||||
#ifndef __ARCH_AVR_SRC_AVR32_AVR32_H
|
||||
#define __ARCH_AVR_SRC_AVR32_AVR32_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
|
@ -135,5 +135,5 @@ void up_switchcontext(uint32_t *saveregs, uint32_t *restoreregs);
|
|||
uint32_t *up_doirq(int irq, uint32_t *regs);
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __ARCH_AVR_SRC_AVR32_AVR32_INTERNAL_H */
|
||||
#endif /* __ARCH_AVR_SRC_AVR32_AVR32_H */
|
||||
|
|
@ -47,9 +47,9 @@
|
|||
#endif
|
||||
|
||||
#ifdef CONFIG_ARCH_FAMILY_AVR32
|
||||
# include "avr32_internal.h"
|
||||
# include "avr32.h"
|
||||
#else
|
||||
# include "avr_internal.h"
|
||||
# include "avr.h"
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/************************************************************************************
|
||||
* arch/hc/src/m9s12/m9s12_internal.h
|
||||
* arch/hc/src/m9s12/m9s12.h
|
||||
*
|
||||
* Copyright (C) 2009, 2011, 2015 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
@ -33,8 +33,8 @@
|
|||
*
|
||||
************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_HC_SRC_M9S12_M9S12_INTERNAL_H
|
||||
#define __ARCH_HC_SRC_M9S12_M9S12_INTERNAL_H
|
||||
#ifndef __ARCH_HC_SRC_M9S12_M9S12_H
|
||||
#define __ARCH_HC_SRC_M9S12_M9S12_H
|
||||
|
||||
/************************************************************************************
|
||||
* Included Files
|
||||
|
@ -357,4 +357,4 @@ uint8_t hcs12_spistatus(FAR struct spi_dev_s *dev, enum spi_dev_e devid);
|
|||
#endif
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __ARCH_HC_SRC_M9S12_M9S12_INTERNAL_H */
|
||||
#endif /* __ARCH_HC_SRC_M9S12_M9S12_H */
|
|
@ -45,7 +45,7 @@
|
|||
#include <arch/irq.h>
|
||||
|
||||
#include "up_arch.h"
|
||||
#include "m9s12_internal.h"
|
||||
#include "m9s12.h"
|
||||
#include "m9s12_pim.h"
|
||||
#include "m9s12_mebi.h"
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
#include <nuttx/arch.h>
|
||||
|
||||
#include "up_arch.h"
|
||||
#include "m9s12_internal.h"
|
||||
#include "m9s12.h"
|
||||
#include "m9s12_pim.h"
|
||||
#include "m9s12_mebi.h"
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
#include <arch/irq.h>
|
||||
|
||||
#include "up_arch.h"
|
||||
#include "m9s12_internal.h"
|
||||
#include "m9s12.h"
|
||||
#include "m9s12_pim.h"
|
||||
#include "m9s12_mebi.h"
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
|
||||
#include "up_arch.h"
|
||||
#include "up_internal.h"
|
||||
#include "m9s12_internal.h"
|
||||
#include "m9s12.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#include <nuttx/config.h>
|
||||
|
||||
#include "up_internal.h"
|
||||
#include "m9s12_internal.h"
|
||||
#include "m9s12.h"
|
||||
#include "m9s12_sci.h"
|
||||
#include "m9s12_serial.h"
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
#include <arch/irq.h>
|
||||
|
||||
#include "up_internal.h"
|
||||
#include "m9s12_internal.h"
|
||||
#include "m9s12.h"
|
||||
|
||||
/**************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
|
||||
#include <arch/board/board.h>
|
||||
|
||||
#include "m9s12_internal.h"
|
||||
#include "m9s12.h"
|
||||
#include "m9s12_mmc.h"
|
||||
#include "m9s12_crg.h"
|
||||
#include "m9s12_flash.h"
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
#include "up_arch.h"
|
||||
|
||||
#include "chip.h"
|
||||
#include "m9s12_internal.h"
|
||||
#include "m9s12.h"
|
||||
#include "m9s12_crg.h"
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
#include "up_arch.h"
|
||||
|
||||
#include "pic32mx-int.h"
|
||||
#include "pic32mx-internal.h"
|
||||
#include "pic32mx.h"
|
||||
|
||||
#include "group/group.h"
|
||||
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
#include "up_arch.h"
|
||||
#include "pic32mx-config.h"
|
||||
#include "pic32mx-ethernet.h"
|
||||
#include "pic32mx-internal.h"
|
||||
#include "pic32mx.h"
|
||||
|
||||
/* Does this chip have and Ethernet controller? */
|
||||
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
#include "up_arch.h"
|
||||
|
||||
#include "pic32mx-int.h"
|
||||
#include "pic32mx-internal.h"
|
||||
#include "pic32mx.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
#include "up_arch.h"
|
||||
#include "chip.h"
|
||||
#include "pic32mx-ioport.h"
|
||||
#include "pic32mx-internal.h"
|
||||
#include "pic32mx.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
#include "up_arch.h"
|
||||
#include "pic32mx-gpio.h"
|
||||
#include "pic32mx-internal.h"
|
||||
#include "pic32mx.h"
|
||||
|
||||
#ifdef CONFIG_PIC32MX_GPIOIRQ
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
#include "up_internal.h"
|
||||
|
||||
#include "pic32mx-int.h"
|
||||
#include "pic32mx-internal.h"
|
||||
#include "pic32mx.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
#include "up_internal.h"
|
||||
|
||||
#include "pic32mx-config.h"
|
||||
#include "pic32mx-internal.h"
|
||||
#include "pic32mx.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
#include "up_arch.h"
|
||||
|
||||
#include "chip.h"
|
||||
#include "pic32mx-internal.h"
|
||||
#include "pic32mx.h"
|
||||
#include "pic32mx-bmx.h"
|
||||
#include "pic32mx-che.h"
|
||||
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
#include "pic32mx-config.h"
|
||||
#include "chip.h"
|
||||
#include "pic32mx-uart.h"
|
||||
#include "pic32mx-internal.h"
|
||||
#include "pic32mx.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
#include "up_arch.h"
|
||||
|
||||
#include "chip.h"
|
||||
#include "pic32mx-internal.h"
|
||||
#include "pic32mx.h"
|
||||
#include "pic32mx-spi.h"
|
||||
|
||||
#if defined(CONFIG_PIC32MX_SPI1) || defined(CONFIG_PIC32MX_SPI2) || \
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
#include "pic32mx-config.h"
|
||||
#include "pic32mx-timer.h"
|
||||
#include "pic32mx-int.h"
|
||||
#include "pic32mx-internal.h"
|
||||
#include "pic32mx.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
#include <arch/irq.h>
|
||||
|
||||
#include "up_arch.h"
|
||||
#include "pic32mx-internal.h"
|
||||
#include "pic32mx.h"
|
||||
#include "pic32mx-usbotg.h"
|
||||
|
||||
#if defined(CONFIG_USBDEV) && defined(CONFIG_PIC32MX_USBDEV)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/************************************************************************************
|
||||
* arch/mips/src/pic32mx/pic32mx-internal.h
|
||||
* arch/mips/src/pic32mx/pic32mx.h
|
||||
*
|
||||
* Copyright (C) 2011-2012, 2015 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
@ -33,8 +33,8 @@
|
|||
*
|
||||
************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_MIPS_SRC_PIC32MX_PIC32MX_INTERNAL_H
|
||||
#define __ARCH_MIPS_SRC_PIC32MX_PIC32MX_INTERNAL_H
|
||||
#ifndef __ARCH_MIPS_SRC_PIC32MX_PIC32MX_H
|
||||
#define __ARCH_MIPS_SRC_PIC32MX_PIC32MX_H
|
||||
|
||||
/************************************************************************************
|
||||
* Included Files
|
||||
|
@ -622,4 +622,4 @@ void pic32mx_usbdetach(void);
|
|||
#endif
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __ARCH_MIPS_SRC_PIC32MX_PIC32MX_INTERNAL_H */
|
||||
#endif /* __ARCH_MIPS_SRC_PIC32MX_PIC32MX_H */
|
|
@ -52,7 +52,7 @@
|
|||
|
||||
#include "up_arch.h"
|
||||
#include "up_internal.h"
|
||||
#include "qemu_internal.h"
|
||||
#include "qemu.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/************************************************************************************
|
||||
* arch/x86/src/qemu/qemu_internal.h
|
||||
* arch/x86/src/qemu/qemu.h
|
||||
*
|
||||
* Copyright (C) 2011, 2015 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
|
@ -33,8 +33,8 @@
|
|||
*
|
||||
************************************************************************************/
|
||||
|
||||
#ifndef __ARCH_X86_SRC_QEMU_QEMU_INTERNAL_H
|
||||
#define __ARCH_X86_SRC_QEMU_QEMU_INTERNAL_H
|
||||
#ifndef __ARCH_X86_SRC_QEMU_QEMU_H
|
||||
#define __ARCH_X86_SRC_QEMU_QEMU_H
|
||||
|
||||
/************************************************************************************
|
||||
* Included Files
|
||||
|
@ -444,4 +444,4 @@ void vector_irq15(void);
|
|||
#endif
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __ARCH_X86_SRC_QEMU_QEMU_INTERNAL_H */
|
||||
#endif /* __ARCH_X86_SRC_QEMU_QEMU_H */
|
|
@ -56,7 +56,7 @@
|
|||
#include "up_arch.h"
|
||||
|
||||
#include "chip.h"
|
||||
#include "qemu_internal.h"
|
||||
#include "qemu.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
Loading…
Reference in a new issue