summaryrefslogtreecommitdiff
path: root/src/os/osAi.h
blob: e04cd4d79f19853451d5a99297e68796a6c965f8 (plain)
1
2
3
4
5
6
7
#ifndef _OSAI_H_
#define _OSAI_H_

s32 osAiSetFrequency(u32);
s32 osAiSetNextBuffer(void*, u32);
u32 osAiGetLength(void);
#endif