board: Naming convention change for "sg" bus

This commit is contained in:
Tau
2019-10-26 18:25:04 -04:00
parent ff14fd7fac
commit 2b5bde7742
8 changed files with 128 additions and 128 deletions

View File

@ -34,6 +34,6 @@ void sg_nfc_init(
void sg_nfc_transact(
struct sg_nfc *nfc,
struct iobuf *resp_frame,
struct iobuf *res_frame,
const void *req_bytes,
size_t req_nbytes);