zephyr/include/misc/printk.h

16 lines
344 B
C

/*
* Copyright (c) 2019 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_INCLUDE_MISC_PRINTK_H_
#define ZEPHYR_INCLUDE_MISC_PRINTK_H_
#ifndef CONFIG_COMPAT_INCLUDES
#warning "This header file has moved, include <sys/printk.h> instead."
#endif
#include <sys/printk.h>
#endif /* ZEPHYR_INCLUDE_MISC_PRINTK_H_ */