summaryrefslogtreecommitdiff
path: root/include/PR/os_ai.h
blob: 22f50d41e52f84b0e26d3c554c17d74b26c26edd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef PR_OS_AI_H
#define PR_OS_AI_H

#include "ultratypes.h"


u32 osAiGetLength(void);
s32 osAiSetFrequency(u32 frequency);
s32 osAiSetNextBuffer(void* buf, u32 size);


#endif