Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-ipmi-flash
/
0cdf358d8beef39580b216cc6584b9b8be9ae1fd
/
.
/
tools
/
bt
/
bt.cpp
blob: 6add8df24e1837546dcbee8efdc6cafbcd47f3be [
file
] [
log
] [
blame
]
Patrick Venture
7dc4670
2018-08-08 09:43:33 -0700
[
diff
] [
blame
]
1
#include
"bt.hpp"
2
3
void
BtDataHandler
::
SendData
(
std
::
ifstream input
,
int
command
)
4
{
5
/* TODO: implement this. */
6
}