1*dcec33c1SGeert Uytterhoeven /* SPDX-License-Identifier: GPL-2.0-only */ 2*dcec33c1SGeert Uytterhoeven 3*dcec33c1SGeert Uytterhoeven struct console; 4*dcec33c1SGeert Uytterhoeven 5*dcec33c1SGeert Uytterhoeven /* config.c */ 6*dcec33c1SGeert Uytterhoeven void mvme16x_cons_write(struct console *co, const char *str, unsigned count); 7