Skip to content
Snippets Groups Projects
Commit d7780723 authored by David Howells's avatar David Howells Committed by David S. Miller
Browse files
parent bdd4f8cb
No related branches found
No related tags found
No related merge requests found
header-y += ioctl.h
# UAPI Header export list
header-y += ioctl.h
......@@ -34,13 +34,13 @@
#define LMI_CCITT 3 /* ITU-T Annex A */
#define LMI_CISCO 4 /* The "original" LMI, aka Gang of Four */
typedef struct {
typedef struct {
unsigned int clock_rate; /* bits per second */
unsigned int clock_type; /* internal, external, TX-internal etc. */
unsigned short loopback;
} sync_serial_settings; /* V.35, V.24, X.21 */
typedef struct {
typedef struct {
unsigned int clock_rate; /* bits per second */
unsigned int clock_type; /* internal, external, TX-internal etc. */
unsigned short loopback;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment