Skip to content

Commit

Permalink
UAPI: (Scripted) Disintegrate include/linux/hdlc
Browse files Browse the repository at this point in the history
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Michael Kerrisk <mtk.manpages@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Dave Jones <davej@redhat.com>
Acked-by: Krzysztof Halasa <khc@pm.waw.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David Howells authored and David S. Miller committed Nov 9, 2012
1 parent bdd4f8c commit d778072
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion include/linux/hdlc/Kbuild
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
header-y += ioctl.h
1 change: 1 addition & 0 deletions include/uapi/linux/hdlc/Kbuild
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# UAPI Header export list
header-y += ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d778072

Please sign in to comment.