expose vchi_get_peer_version

This commit is contained in:
jmcneill 2014-09-02 21:38:28 +00:00
parent 65ad97d3b1
commit e257bf702a

View File

@ -725,7 +725,6 @@ int32_t vchi_service_destroy(const VCHI_SERVICE_HANDLE_T handle)
}
EXPORT_SYMBOL(vchi_service_destroy);
#ifdef notyet
int32_t vchi_get_peer_version( const VCHI_SERVICE_HANDLE_T handle, short *peer_version )
{
int32_t ret = -1;
@ -739,6 +738,7 @@ int32_t vchi_get_peer_version( const VCHI_SERVICE_HANDLE_T handle, short *peer_v
}
EXPORT_SYMBOL(vchi_get_peer_version);
#if notyet
/* ----------------------------------------------------------------------
* read a uint32_t from buffer.
* network format is defined to be little endian