summaryrefslogtreecommitdiff
path: root/include/ug-module.h
diff options
context:
space:
mode:
authorHyungdeuk Kim <hd3.kim@samsung.com>2013-06-25 21:15:18 +0900
committerHyungdeuk Kim <hd3.kim@samsung.com>2013-06-25 21:15:18 +0900
commit48f8ff983274cc286f23b406681daf77d11e57a8 (patch)
treeb161a415dd534be97e9cce7b62223f19a8d7c082 /include/ug-module.h
parent7b502e38e0e6536cea4f72d7ba7d0331b6fa3760 (diff)
downloadui-gadget-1-48f8ff983274cc286f23b406681daf77d11e57a8.tar.gz
ui-gadget-1-48f8ff983274cc286f23b406681daf77d11e57a8.tar.bz2
ui-gadget-1-48f8ff983274cc286f23b406681daf77d11e57a8.zip
merge latest code
Diffstat (limited to 'include/ug-module.h')
-rw-r--r--include/ug-module.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ug-module.h b/include/ug-module.h
index 7d7bf5e..2db135f 100644
--- a/include/ug-module.h
+++ b/include/ug-module.h
@@ -28,6 +28,7 @@ struct ug_module {
void *handle;
char *module_name;
struct ug_module_ops ops;
+ char *addr;
};
struct ug_module *ug_module_load(const char *name);