kboot: Add aarch64 termios
Aarch64 has the generic termios interface, so use termios_gen.h Sponsored by: Netflix
This commit is contained in:
parent
1fc8e9b833
commit
58091659cf
7
stand/kboot/arch/aarch64/termios_arch.h
Normal file
7
stand/kboot/arch/aarch64/termios_arch.h
Normal file
@ -0,0 +1,7 @@
|
||||
/*-
|
||||
* Copyright (c) 2022, Netflix, Inc.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include "termios_gen.h"
|
Loading…
Reference in New Issue
Block a user