diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-03-11 00:27:30 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-03-11 00:27:30 +0100 |
commit | 521281617cec5d89725c4844eac68b5a772fab57 (patch) | |
tree | 74a5a5154c88cdae485fd2f139d50f3bf003ae9d /AlsaSound/CoreBinding/AlsaLibMapping.h | |
parent | 5cb52e556fed8eb0cf74d1052fe413fbb7406b0e (diff) |
Work in Progress
Static/Dynamic Lib Fixed.
Source Tree cleaned up
Compile but to be tested
Business Logic not done
Diffstat (limited to 'AlsaSound/CoreBinding/AlsaLibMapping.h')
-rw-r--r-- | AlsaSound/CoreBinding/AlsaLibMapping.h | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/AlsaSound/CoreBinding/AlsaLibMapping.h b/AlsaSound/CoreBinding/AlsaLibMapping.h index e9e3a42..fb1d39a 100644 --- a/AlsaSound/CoreBinding/AlsaLibMapping.h +++ b/AlsaSound/CoreBinding/AlsaLibMapping.h @@ -15,28 +15,11 @@ * limitations under the License. */ - -// few coding convention -typedef int BOOL; -#ifndef PUBLIC - #define PUBLIC -#endif -#ifndef FALSE - #define FALSE 0 -#endif -#ifndef TRUE - #define TRUE 1 -#endif -#define STATIC static #ifndef ALSALIBMAPPING_H #define ALSALIBMAPPING_H -#include <json-c/json.h> -#include <afb/afb-binding.h> -#include <afb/afb-service-itf.h> - -#include "MiscHelpers.h" +#include "AudioCommonLib.h" // import from AlsaAfbBinding extern const struct afb_binding_interface *afbIface; |