blob: 47c9f21020e3cdef448a82f5b0805b6994c6364b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*
* PARSEC HEADER: aud_glob.h
*/
#ifndef _AUD_GLOB_H_
#define _AUD_GLOB_H_
// ----------------------------------------------------------------------------
// AUDIO SUBSYSTEM (AUD) related global declarations and definitions -
// ----------------------------------------------------------------------------
#endif // _AUD_GLOB_H_
|