kboot: Add aarch64 termios

Aarch64 has the generic termios interface, so use termios_gen.h

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2022-12-04 13:16:32 -07:00
parent 1fc8e9b833
commit 58091659cf

View file

@ -0,0 +1,7 @@
/*-
* Copyright (c) 2022, Netflix, Inc.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#include "termios_gen.h"