diff options
Diffstat (limited to 'stand/kboot/include/arch/amd64/termios_arch.h')
-rw-r--r-- | stand/kboot/include/arch/amd64/termios_arch.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/stand/kboot/include/arch/amd64/termios_arch.h b/stand/kboot/include/arch/amd64/termios_arch.h new file mode 100644 index 000000000000..5db0b9831cdb --- /dev/null +++ b/stand/kboot/include/arch/amd64/termios_arch.h @@ -0,0 +1,7 @@ +/*- + * Copyright (c) 2022, Netflix, Inc. + * + * SPDX-License-Identifier: BSD-2-Clause + */ + +#include "termios_gen.h" |