summaryrefslogtreecommitdiffstats
path: root/storagehandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storagehandler.cpp')
-rw-r--r--storagehandler.cpp25
1 files changed, 14 insertions, 11 deletions
diff --git a/storagehandler.cpp b/storagehandler.cpp
index b38e06c..df46a6e 100644
--- a/storagehandler.cpp
+++ b/storagehandler.cpp
@@ -1,21 +1,24 @@
+#include <algorithm>
+#include <arpa/inet.h>
+#include <chrono>
#include <cstdio>
+#include <experimental/filesystem>
+#include <mapper.h>
#include <string>
-#include <arpa/inet.h>
#include <systemd/sd-bus.h>
-#include <mapper.h>
-#include <chrono>
+
+#include <phosphor-logging/log.hpp>
+#include <phosphor-logging/elog-errors.hpp>
+#include <sdbusplus/server.hpp>
+
+#include "host-ipmid/ipmid-api.h"
+#include "read_fru_data.hpp"
#include "selutility.hpp"
-#include <algorithm>
-#include "storagehandler.h"
#include "storageaddsel.h"
+#include "storagehandler.h"
#include "utils.hpp"
-#include "host-ipmid/ipmid-api.h"
-#include <experimental/filesystem>
-#include <phosphor-logging/log.hpp>
-#include <sdbusplus/server.hpp>
#include "xyz/openbmc_project/Common/error.hpp"
-#include "read_fru_data.hpp"
-#include <phosphor-logging/elog-errors.hpp>
+
void register_netfn_storage_functions() __attribute__((constructor));
OpenPOWER on IntegriCloud