git: 58091659cf08 - main - kboot: Add aarch64 termios

From: Warner Losh <imp_at_FreeBSD.org>
Date: Sun, 04 Dec 2022 20:36:49 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=58091659cf0805c8b5b977686313d06aeb400446

commit 58091659cf0805c8b5b977686313d06aeb400446
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-12-04 20:16:32 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-12-04 20:31:06 +0000

    kboot: Add aarch64 termios
    
    Aarch64 has the generic termios interface, so use termios_gen.h
    
    Sponsored by:           Netflix
---
 stand/kboot/arch/aarch64/termios_arch.h | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/stand/kboot/arch/aarch64/termios_arch.h b/stand/kboot/arch/aarch64/termios_arch.h
new file mode 100644
index 000000000000..5db0b9831cdb
--- /dev/null
+++ b/stand/kboot/arch/aarch64/termios_arch.h
@@ -0,0 +1,7 @@
+/*-
+ * Copyright (c) 2022, Netflix, Inc.
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
+ */
+
+#include "termios_gen.h"