From 081e8d7b4189a68ded741fffb3da68f5966b255e Mon Sep 17 00:00:00 2001 From: surenyi Date: Wed, 10 Oct 2018 11:22:11 +0800 Subject: [PATCH] remove packages/vsky/libdsp/GPIO.h Signed-off-by: surenyi --- .gitignore | 1 + packages/vsky/libdsp/GPIO.h | 134 ------------------------------------ 2 files changed, 1 insertion(+), 134 deletions(-) delete mode 100644 packages/vsky/libdsp/GPIO.h diff --git a/.gitignore b/.gitignore index 7fc831a..bb1cf10 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ packages/vsky/libdsp/Interrupt.h packages/vsky/libdsp/driver/cfi_flash.orig.c packages/vsky/libdsp/NorFlash.h packages/vsky/libdsp/Utils.h +packages/vsky/libdsp/GPIO.h diff --git a/packages/vsky/libdsp/GPIO.h b/packages/vsky/libdsp/GPIO.h deleted file mode 100644 index 1077c87..0000000 --- a/packages/vsky/libdsp/GPIO.h +++ /dev/null @@ -1,134 +0,0 @@ -/* - * Do not modify this file; it is automatically - * generated and any modifications will be overwritten. - * - * @(#) xdc-y44 - */ - -/* - * ======== GENERATED SECTIONS ======== - * - * PROLOGUE - * INCLUDES - * - * FUNCTION DECLARATIONS - * - * EPILOGUE - * STATE STRUCTURES - * PREFIX ALIASES - */ - - -/* - * ======== PROLOGUE ======== - */ - -#ifndef vsky_libdsp_GPIO__include -#define vsky_libdsp_GPIO__include - -#ifndef __nested__ -#define __nested__ -#define vsky_libdsp_GPIO__top__ -#endif - -#ifdef __cplusplus -#define __extern extern "C" -#else -#define __extern extern -#endif - -#define vsky_libdsp_GPIO___VERS 150 - - -/* - * ======== INCLUDES ======== - */ - -#include - -#include - - -/* - * ======== AUXILIARY DEFINITIONS ======== - */ - - -/* - * ======== FUNCTION DECLARATIONS ======== - */ - -/* init__E */ -#define vsky_libdsp_GPIO_init vsky_libdsp_GPIO_init__E -xdc__CODESECT(vsky_libdsp_GPIO_init__E, "vsky_libdsp_GPIO_init") -__extern xdc_Void vsky_libdsp_GPIO_init__E( xdc_Int gpio, xdc_Bool isInput ); -__extern xdc_Void vsky_libdsp_GPIO_init__R( xdc_Int gpio, xdc_Bool isInput ); - -/* setInput__E */ -#define vsky_libdsp_GPIO_setInput vsky_libdsp_GPIO_setInput__E -xdc__CODESECT(vsky_libdsp_GPIO_setInput__E, "vsky_libdsp_GPIO_setInput") -__extern xdc_Void vsky_libdsp_GPIO_setInput__E( xdc_Int gpio ); -__extern xdc_Void vsky_libdsp_GPIO_setInput__R( xdc_Int gpio ); - -/* setOutput__E */ -#define vsky_libdsp_GPIO_setOutput vsky_libdsp_GPIO_setOutput__E -xdc__CODESECT(vsky_libdsp_GPIO_setOutput__E, "vsky_libdsp_GPIO_setOutput") -__extern xdc_Void vsky_libdsp_GPIO_setOutput__E( xdc_Int gpio ); -__extern xdc_Void vsky_libdsp_GPIO_setOutput__R( xdc_Int gpio ); - -/* setValue__E */ -#define vsky_libdsp_GPIO_setValue vsky_libdsp_GPIO_setValue__E -xdc__CODESECT(vsky_libdsp_GPIO_setValue__E, "vsky_libdsp_GPIO_setValue") -__extern xdc_Void vsky_libdsp_GPIO_setValue__E( xdc_Int gpio, xdc_Bool value ); -__extern xdc_Void vsky_libdsp_GPIO_setValue__R( xdc_Int gpio, xdc_Bool value ); - -/* value__E */ -#define vsky_libdsp_GPIO_value vsky_libdsp_GPIO_value__E -xdc__CODESECT(vsky_libdsp_GPIO_value__E, "vsky_libdsp_GPIO_value") -__extern xdc_Bool vsky_libdsp_GPIO_value__E( xdc_Int gpio ); -__extern xdc_Bool vsky_libdsp_GPIO_value__R( xdc_Int gpio ); - - -/* - * ======== EPILOGUE ======== - */ - -#ifdef vsky_libdsp_GPIO__top__ -#undef __nested__ -#endif - -#endif /* vsky_libdsp_GPIO__include */ - - -/* - * ======== STATE STRUCTURES ======== - */ - -#if defined(__config__) || (!defined(__nested__) && defined(vsky_libdsp_GPIO__internalaccess)) - -#ifndef vsky_libdsp_GPIO__include_state -#define vsky_libdsp_GPIO__include_state - - -#endif /* vsky_libdsp_GPIO__include_state */ - -#endif - -/* - * ======== PREFIX ALIASES ======== - */ - -#if !defined(__nested__) && !defined(vsky_libdsp_GPIO__nolocalnames) - -#ifndef vsky_libdsp_GPIO__localnames__done -#define vsky_libdsp_GPIO__localnames__done - -/* module prefix */ -#define GPIO_init vsky_libdsp_GPIO_init -#define GPIO_setInput vsky_libdsp_GPIO_setInput -#define GPIO_setOutput vsky_libdsp_GPIO_setOutput -#define GPIO_setValue vsky_libdsp_GPIO_setValue -#define GPIO_value vsky_libdsp_GPIO_value - -#endif /* vsky_libdsp_GPIO__localnames__done */ -#endif