mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-22 07:20:00 +00:00
58091659cf
Aarch64 has the generic termios interface, so use termios_gen.h Sponsored by: Netflix
8 lines
115 B
C
8 lines
115 B
C
/*-
|
|
* Copyright (c) 2022, Netflix, Inc.
|
|
*
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
|
*/
|
|
|
|
#include "termios_gen.h"
|