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

@ -25,6 +25,6 @@ void sg_led_init(
void sg_led_transact(
struct sg_led *led,
struct iobuf *resp_frame,
struct iobuf *res_frame,
const void *req_bytes,
size_t req_nbytes);