blob: b1046d22ee5bcd9ccddfce14de3a7313c306939d [file] [log] [blame]
Norman Jamese2765102015-08-19 22:00:55 -05001<node>
2 <!--
3 org.openbmc.Flash:
4 @short_description:
5 -->
6 <interface name="org.openbmc.Flash">
7 <method name="updateViaFile">
8 <arg name="file" type="s" direction="in"/>
9 </method>
10 <method name="updateViaHttp">
11 <arg name="url" type="s" direction="in"/>
12 </method>
13 <method name="erase"/>
14 <method name="init"/>
15 <signal name="Updated"/>
16 </interface>
17</node>
18