summaryrefslogtreecommitdiffstats
path: root/libopenbmc_intf
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-06-27 12:08:08 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2016-06-27 12:09:24 -0400
commit8a8b003e5071ad76f5a511702ff288403df3ef9c (patch)
treefdfa1c8273177f88aa0038bdab4e47cbe6a07c9d /libopenbmc_intf
parent5053fa2c6141b06deaf8ff8e277674f584bb7eaa (diff)
downloadtalos-skeleton-8a8b003e5071ad76f5a511702ff288403df3ef9c.tar.gz
talos-skeleton-8a8b003e5071ad76f5a511702ff288403df3ef9c.zip
Update and run libopenbmc_intf codegen
Update codegen to reflect new path xml/output locations. Run updated codegen. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'libopenbmc_intf')
-rwxr-xr-xlibopenbmc_intf/codegen2
-rw-r--r--libopenbmc_intf/openbmc_intf.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/libopenbmc_intf/codegen b/libopenbmc_intf/codegen
index 0fb688e..1c3700d 100755
--- a/libopenbmc_intf/codegen
+++ b/libopenbmc_intf/codegen
@@ -1 +1 @@
-gdbus-codegen --interface-prefix org.openbmc --c-generate-object-manager --generate-c-code interfaces/$1 xml/$1.xml
+gdbus-codegen --interface-prefix org.openbmc --c-generate-object-manager --generate-c-code $1 $1.xml
diff --git a/libopenbmc_intf/openbmc_intf.h b/libopenbmc_intf/openbmc_intf.h
index 3ba589d..4a1d7d6 100644
--- a/libopenbmc_intf/openbmc_intf.h
+++ b/libopenbmc_intf/openbmc_intf.h
@@ -4,8 +4,8 @@
* The license of this code is the same as for the source it was derived from.
*/
-#ifndef __INTERFACES_OPENBMC_INTF_H__
-#define __INTERFACES_OPENBMC_INTF_H__
+#ifndef __OPENBMC_INTF_H__
+#define __OPENBMC_INTF_H__
#include <gio/gio.h>
@@ -4197,4 +4197,4 @@ GDBusObjectManager *object_manager_client_new_for_bus_sync (
G_END_DECLS
-#endif /* __INTERFACES_OPENBMC_INTF_H__ */
+#endif /* __OPENBMC_INTF_H__ */
OpenPOWER on IntegriCloud