As HAL ABI versioning is applied to hal-api-device-external_connection module,
inclusion path and data types are changed.
Change-Id: I542492ceb514eba94ba7b7bfe3a5b38d00888a41
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
#include <stdio.h>
-#include <hal/hal-external_connection.h>
+#include <hal/hal-device-external_connection.h>
#include <libsyscommon/libgdbus.h>
#include <libsyscommon/ini-parser.h>
/* used by HAL */
-static void extcon_changed(struct connection_info *info, void *data)
+static void extcon_changed(hal_device_external_connection_info_s *info, void *data)
{
if (!info)
return;
#include "shared/common.h"
#include <libsyscommon/list.h>
-#include <hal/hal-external_connection.h>
+#include <hal/hal-device-external_connection.h>
/**
* Extcon cable name is shared with kernel extcon class.