mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 23:43:00 +02:00
- unify defines in header files
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/* public header file */
|
||||
|
||||
#ifndef _AUDIO_TD_H_
|
||||
#define _AUDIO_TD_H_
|
||||
#ifndef __AUDIO_TD_H__
|
||||
#define __AUDIO_TD_H__
|
||||
|
||||
#include <hardware/aud/aud_inf.h>
|
||||
#include "cs_types.h"
|
||||
@@ -95,5 +95,4 @@ class cAudio
|
||||
void EnableAnalogOut(bool enable);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
#endif // __AUDIO_TD_H__
|
||||
|
Reference in New Issue
Block a user