xref: /btstack/port/archive/pic32-harmony/src/btstack_port.h (revision bfc39f3e53bffb178d46475fc3f3e00a92502490)
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