Date: Sun, 4 Dec 2022 20:36:49 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 58091659cf08 - main - kboot: Add aarch64 termios Message-ID: <202212042036.2B4Kandg034037@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212042036.2B4Kandg034037>