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
5 lines
85 B
C
5 lines
85 B
C
#pragma once
|
|
|
|
typedef unsigned char IAPBool;
|
|
#define iap_true 1
|
|
#define iap_false 0
|