1*bfc39f3eSMatthias Ringwald // 2*bfc39f3eSMatthias Ringwald // BTstack Port for the Microchip PIC32 Harmony Platfrom 3*bfc39f3eSMatthias Ringwald // 4*bfc39f3eSMatthias Ringwald 5*bfc39f3eSMatthias Ringwald #ifndef _BTSTACK_PORT_H 6*bfc39f3eSMatthias Ringwald #define _BTSTACK_PORT_H 7*bfc39f3eSMatthias Ringwald void BTSTACK_Initialize(void); 8*bfc39f3eSMatthias Ringwald void BTSTACK_Tasks(void); 9*bfc39f3eSMatthias Ringwald #endif