X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=ucs2-afb%2Fucs_binding.c;h=c0a9fcf4f6a6b9d7749d18374c7026b0330ca811;hb=4d190f69cc90143c4de1b0d474cbf552fa165b78;hp=1c318fa17bd60b55993274ac66968055c815c025;hpb=a3cecd20f812c3fc71141a487443568c861c160a;p=apps%2Fagl-service-unicens.git diff --git a/ucs2-afb/ucs_binding.c b/ucs2-afb/ucs_binding.c index 1c318fa..c0a9fcf 100644 --- a/ucs2-afb/ucs_binding.c +++ b/ucs2-afb/ucs_binding.c @@ -193,6 +193,14 @@ void UCSI_CB_OnAmsMessageReceived(void *pTag) Don't forget to call UCSI_ReleaseAmsMessage after that */ } +void UCSI_CB_OnRouteResult(void *pTag, uint16_t routeId, bool isActive) +{ +} + +void UCSI_CB_OnGpioStateChange(void *pTag, uint16_t nodeAddress, uint8_t gpioPinId, bool isHighState) +{ +} + bool Cdev_Init(CdevData_t *d, const char *fileName, bool read, bool write) { if (NULL == d || NULL == fileName) goto OnErrorExit;