loc-api: Exposing gps_get_hardware_interface to C code
Change-Id: Ieffd21d0cb84d88d1304bb82bb5a54137cf967fd
This commit is contained in:
parent
508ad95a84
commit
e2bcdc300e
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ SIDE EFFECTS
|
||||||
N/A
|
N/A
|
||||||
|
|
||||||
===========================================================================*/
|
===========================================================================*/
|
||||||
const GpsInterface* gps_get_hardware_interface ()
|
extern "C" const GpsInterface* gps_get_hardware_interface ()
|
||||||
{
|
{
|
||||||
ENTRY_LOG_CALLFLOW();
|
ENTRY_LOG_CALLFLOW();
|
||||||
const GpsInterface* ret_val;
|
const GpsInterface* ret_val;
|
||||||
|
|
Loading…
Reference in a new issue