Fennix  1.0.0
Full Documentation
Loading...
Searching...
No Matches
audio.h
Go to the documentation of this file.
1/*
2 This file is part of Fennix Kernel.
3
4 Fennix Kernel is free software: you can redistribute it and/or
5 modify it under the terms of the GNU General Public License as
6 published by the Free Software Foundation, either version 3 of
7 the License, or (at your option) any later version.
8
9 Fennix Kernel is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
13
14 You should have received a copy of the GNU General Public License
15 along with Fennix Kernel. If not, see <https://www.gnu.org/licenses/>.
16*/
17
18#ifndef __FENNIX_API_AUDIO_H__
19#define __FENNIX_API_AUDIO_H__
20
21#include <types.h>
22
23#if __has_include(<interface/device.h>)
24#include <interface/device.h>
25#else
26#include <device.h>
27#endif
28
29#endif // !__FENNIX_API_AUDIO_H__