Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 82 lines (72 sloc) 2.39 KB
/***************************************************************************//**
* \file cy_pdaltmode_rom.h
* \version 1.0
*
* \brief
* Provides user ROM access.
*
********************************************************************************
* \copyright
* Copyright 2024, Cypress Semiconductor Corporation (an Infineon company)
* or an affiliate of Cypress Semiconductor Corporation. All rights reserved.
* You may use this file only in accordance with the license, terms, conditions,
* disclaimers, and limitations in the end user license agreement accompanying
* the software package with which this file was provided.
*******************************************************************************/
#ifndef _CY_PDALTMODE_ROM_H_
#define _CY_PDALTMODE_ROM_H_
/*****************************************************************************
* Header file addition
*****************************************************************************/
/** \cond */
#ifndef TYPEC_ATTRIBUTES
#define TYPEC_ATTRIBUTES
#endif /* TYPEC_ATTRIBUTES */
#ifndef PDPROT_ATTRIBUTES
#define PDPROT_ATTRIBUTES
#endif /* PDPROT_ATTRIBUTES */
#ifndef UTILS_ATTRIBUTES
#define UTILS_ATTRIBUTES
#endif /* UTILS_ATTRIBUTES */
#ifndef DPM_ATTRIBUTES
#define DPM_ATTRIBUTES
#endif /* DPM_ATTRIBUTES */
#ifndef PDPOLICY_ATTRIBUTES
#define PDPOLICY_ATTRIBUTES
#endif /* PDPOLICY_ATTRIBUTES */
#ifndef TIMER_ATTRIBUTES
#define TIMER_ATTRIBUTES
#endif /* TIMER_ATTRIBUTES */
#ifndef TYPEC_CALL_MAP
#define TYPEC_CALL_MAP(func_name) func_name
#endif /* TYPEC_CALL_MAP */
#ifndef PDPROT_CALL_MAP
#define PDPROT_CALL_MAP(func_name) func_name
#endif /* PDPROT_CALL_MAP */
#ifndef UTILS_CALL_MAP
#define UTILS_CALL_MAP(func_name) func_name
#endif /* UTILS_CALL_MAP */
#ifndef TIMER_CALL_MAP
#define TIMER_CALL_MAP(func_name) func_name
#endif /* TIMER_CALL_MAP */
#ifndef HPI_CALL_MAP
#define HPI_CALL_MAP(func_name) func_name
#endif /* HPI_CALL_MAP */
#ifndef ALT_MODE_CALL_MAP
#define ALT_MODE_CALL_MAP(func_name) func_name
#endif /* ALT_MODE_CALL_MAP */
#ifndef ROM_CONSTANT
#define ROM_CONSTANT
#endif /* ROM_CONSTANT */
#ifndef VAR_MAP
#define VAR_MAP(var_name) (var_name)
#endif /* VAR_MAP */
#ifndef PDSTACK_CALL_MAP
#define PDSTACK_CALL_MAP(func_name) func_name
#endif /* PDSTACK_CALL_MAP */
#ifndef DRIVER_CALL_MAP
#define DRIVER_CALL_MAP(func_name) func_name
#endif /* DRIVER_CALL_MAP */
/** \endcond */
#endif /* _CY_PDALTMODE_ROM_H_ */
/* [] END OF FILE */