1*433d6423SLionel Sambuc #ifndef _BSP_PADCONF_H_ 2*433d6423SLionel Sambuc #define _BSP_PADCONF_H_ 3*433d6423SLionel Sambuc 4*433d6423SLionel Sambuc #ifndef __ASSEMBLY__ 5*433d6423SLionel Sambuc 6*433d6423SLionel Sambuc void bsp_padconf_init(void); 7*433d6423SLionel Sambuc int bsp_padconf_set(u32_t padconf, u32_t mask, u32_t value); 8*433d6423SLionel Sambuc 9*433d6423SLionel Sambuc #endif /* __ASSEMBLY__ */ 10*433d6423SLionel Sambuc 11*433d6423SLionel Sambuc #endif /* _BSP_PADCONF_H_ */ 12