summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINSUN PYO <insun.pyo@samsung.com>2021-02-10 12:26:49 +0900
committerINSUN PYO <insun.pyo@samsung.com>2021-02-10 14:11:41 +0900
commita61095ce67876f174844a1c2d07a330d93ec519b (patch)
treec4d605efa21e4766aba5af41c3d16abecf6d15f3
parent8d278728451ca2395998e56ca3d4d929c09a5557 (diff)
downloaddevice-emulator-a61095ce67876f174844a1c2d07a330d93ec519b.tar.gz
device-emulator-a61095ce67876f174844a1c2d07a330d93ec519b.tar.bz2
device-emulator-a61095ce67876f174844a1c2d07a330d93ec519b.zip
Apply new hal-backend-common-usb_gadget.h header
Change-Id: I688cf83f4f0527429ae331eeb3ca598686847155
-rw-r--r--hw/dbus.h2
-rw-r--r--hw/usb_gadget/usb_gadget.c5
2 files changed, 2 insertions, 5 deletions
diff --git a/hw/dbus.h b/hw/dbus.h
index 98695d0..9198633 100644
--- a/hw/dbus.h
+++ b/hw/dbus.h
@@ -1,6 +1,4 @@
/*
- * libdevice-node
- *
* Copyright (c) 2016 Samsung Electronics Co., Ltd.
*
* Licensed under the Apache License, Version 2.0 (the License);
diff --git a/hw/usb_gadget/usb_gadget.c b/hw/usb_gadget/usb_gadget.c
index 7eb0134..30fdb72 100644
--- a/hw/usb_gadget/usb_gadget.c
+++ b/hw/usb_gadget/usb_gadget.c
@@ -1,6 +1,4 @@
/*
- * libdevice-node
- *
* Copyright (c) 2016 Samsung Electronics Co., Ltd.
*
* Licensed under the Apache License, Version 2.0 (the License);
@@ -20,9 +18,10 @@
#include <stdlib.h>
#include <hal/hal-common-interface.h>
-#include <hal/device/hal-common-interface.h>
#include <hal/device/hal-usb_gadget-interface.h>
+#include </hal/include/device/hal-backend-common-usb_gadget.h>
+
#include "common.h"
static int dummy_enable(void)