/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __VERSATILE_INIT_H__ #define __VERSATILE_INIT_H__ void versatile_register_uart(unsigned id); #endif