From b8c1f0bfebfec2fd51f34d22d3f13e05893929a6 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 12 Sep 2015 06:49:37 -0600 Subject: [PATCH] SAMA5: Rename chip/sam_pio.h to chip/sama5d3s4x_pio.h --- .../arm/src/sama5/chip/{sam_pio.h => sama5d3x4x_pio.h} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename arch/arm/src/sama5/chip/{sam_pio.h => sama5d3x4x_pio.h} (99%) diff --git a/arch/arm/src/sama5/chip/sam_pio.h b/arch/arm/src/sama5/chip/sama5d3x4x_pio.h similarity index 99% rename from arch/arm/src/sama5/chip/sam_pio.h rename to arch/arm/src/sama5/chip/sama5d3x4x_pio.h index 3cda83625e..9a6ad5c9f3 100644 --- a/arch/arm/src/sama5/chip/sam_pio.h +++ b/arch/arm/src/sama5/chip/sama5d3x4x_pio.h @@ -1,6 +1,6 @@ /**************************************************************************************** - * arch/arm/src/sama5/chip/sam_pio.h - * Parallel Input/Output (PIO) Controller definitions for the SAMA5 + * arch/arm/src/sama5/chip/sama5d3x4x_pio.h + * Parallel Input/Output (PIO) Controller definitions for the SAMA5D3x and SAMA5D4x * * Copyright (C) 2013-2014 Gregory Nutt. All rights reserved. * Author: Gregory Nutt @@ -34,8 +34,8 @@ * ****************************************************************************************/ -#ifndef __ARCH_ARM_SRC_SAMA5_CHIP_SAM_PIO_H -#define __ARCH_ARM_SRC_SAMA5_CHIP_SAM_PIO_H +#ifndef __ARCH_ARM_SRC_SAMA5_CHIP_SAMA5D3DX4X_PIO_H +#define __ARCH_ARM_SRC_SAMA5_CHIP_SAMA5D3DX4X_PIO_H /**************************************************************************************** * Included Files @@ -638,4 +638,4 @@ * Public Functions ****************************************************************************************/ -#endif /* __ARCH_ARM_SRC_SAMA5_CHIP_SAM_PIO_H */ +#endif /* __ARCH_ARM_SRC_SAMA5_CHIP_SAMA5D3DX4X_PIO_H */