mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 19:53:18 -04:00
add class driver source files. also register iap audio sink. usbstack/iap/libiap directory is imported from libiap. Change-Id: I776c5caec33fe9efadc448e2e3b37d500bf19c9f
6 lines
117 B
C
6 lines
117 B
C
#pragma once
|
|
#include <stdint.h>
|
|
|
|
struct IAPSetVideoDelayPayload {
|
|
uint32_t delay_ms;
|
|
} __attribute__((packed));
|