9 lines
252 B
C
9 lines
252 B
C
#ifndef __DRIVERS_WIRELESS_IEEE80211_BCM_CHIP_43362_H
|
|
#define __DRIVERS_WIRELESS_IEEE80211_BCM_CHIP_43362_H
|
|
|
|
#include <stdint.h>
|
|
|
|
uint32_t bcmf_43362_get_core_base_address(unsigned int core);
|
|
|
|
#endif /* __DRIVERS_WIRELESS_IEEE80211_BCM_CHIP_43362_H */
|