1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (c) 2022 Edgeble AI Technologies Pvt. Ltd.
4  */
5 
6 #ifndef __NEURAL_COMPUTE_MODULE_6_H
7 #define __NEURAL_COMPUTE_MODULE_6_H
8 
9 #define ROCKCHIP_DEVICE_SETTINGS \
10 		"stdout=serial,vidconsole\0" \
11 		"stderr=serial,vidconsole\0"
12 
13 #include <configs/rk3588_common.h>
14 
15 #endif /* __NEURAL_COMPUTE_MODULE_6_H */
16