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:
parent
6162caf787
commit
94bae6a462
3 changed files with 2 additions and 30 deletions
|
@ -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 */
|
Loading…
Add table
Add a link
Reference in a new issue