Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-ipmi-flash
/
fc3857b50a62dd079ae43e8480f1ee452a623fc6
/
.
/
data_handler.hpp
blob: 07101f7149a871e92fcce3df568548132106ada9 [
file
] [
log
] [
blame
]
#pragma
once
namespace
blobs
{
/**
* Each data transport mechanism must implement the DataInterface.
*/
class
DataInterface
{
public
:
virtual
~
DataInterface
()
=
default
;
};
}
// namespace blobs