Adriana Kobylak | 86013f3 | 2020-05-13 12:12:38 -0500 | [diff] [blame^] | 1 | #include "flash.hpp" |
2 | |||||
3 | #include "activation.hpp" | ||||
4 | |||||
5 | namespace phosphor | ||||
6 | { | ||||
7 | namespace software | ||||
8 | { | ||||
9 | namespace updater | ||||
10 | { | ||||
11 | |||||
12 | void Activation::flashWrite() | ||||
13 | { | ||||
14 | // Empty | ||||
15 | } | ||||
16 | |||||
17 | void Activation::onStateChanges(sdbusplus::message::message& /*msg*/) | ||||
18 | { | ||||
19 | // Empty | ||||
20 | } | ||||
21 | |||||
22 | } // namespace updater | ||||
23 | } // namespace software | ||||
24 | } // namespace phosphor |