diff options
Diffstat (limited to 'inc/profiles/lpcm.h')
-rw-r--r-- | inc/profiles/lpcm.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/inc/profiles/lpcm.h b/inc/profiles/lpcm.h new file mode 100644 index 0000000..0643b77 --- /dev/null +++ b/inc/profiles/lpcm.h @@ -0,0 +1,16 @@ +/* + * File: profiles_lpcm.h + * Author: savop + * + * Created on 7. Dezember 2009, 13:07 + */ + +#ifndef _PROFILES_LPCM_H +#define _PROFILES_LPCM_H + +#include "profile_data.h" + +extern DLNAProfile DLNA_PROFILE_LPCM; ///< LPCM Audio + +#endif /* _PROFILES_LPCM_H */ + |