commit | 02ac9f786fc17d3b7f402aef8250fb0a0a1a463c | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Nov 09 22:36:02 2016 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Sat Nov 12 22:17:10 2016 -0500 |
tree | b78487a77decba15d1ff8ea92358796744f8aa23 | |
parent | bbf13bd366cd9e3a54c6b082bf9b3a5839977671 [diff] |
Add brief description to example interfaces Change-Id: I69ab3de21da08e320bccd122d1f194691784e7fd Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/example/interfaces.yaml b/example/interfaces.yaml index 56b6198..d48bdef 100644 --- a/example/interfaces.yaml +++ b/example/interfaces.yaml
@@ -1,2 +1,5 @@ +# The interfaces file defines which interfaces +# will be processed by the Notify method. + - xyz.openbmc_project.Example.Iface1 - xyz.openbmc_project.Example.Iface2