logger: Move native_posix_backend definition

Move definition to appropriate place removing ugly defines.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2018-09-14 15:36:36 +03:00 committed by Carles Cufí
commit 94bae6a462
3 changed files with 2 additions and 30 deletions

View file

@ -1,21 +0,0 @@
/*
* Copyright (c) 2018 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef LOG_BACKEND_NATIVE_POSIX_H
#define LOG_BACKEND_NATIVE_POSIX_H
#include <logging/log_backend.h>
#ifdef __cplusplus
extern "C" {
#endif
extern const struct log_backend_api log_backend_native_posix_api;
#ifdef __cplusplus
}
#endif
#endif /* LOG_BACKEND_NATIVE_POSIX_H */