examples/tty/serial.c
changeset 1975 8e173dddd183
parent 1788 af61953c3ba4
child 2384 b068951506d9
child 2393 5d7d2722dfaa
equal deleted inserted replaced
1974:a5a44aa5915d 1975:8e173dddd183
    28  *****************************************************************************/
    28  *****************************************************************************/
    29 
    29 
    30 #include <linux/module.h>
    30 #include <linux/module.h>
    31 #include <linux/err.h>
    31 #include <linux/err.h>
    32 #include <linux/termios.h>
    32 #include <linux/termios.h>
       
    33 #include <linux/slab.h>
    33 
    34 
    34 #include "../../include/ecrt.h" // EtherCAT realtime interface
    35 #include "../../include/ecrt.h" // EtherCAT realtime interface
    35 #include "../../include/ectty.h" // EtherCAT TTY interface
    36 #include "../../include/ectty.h" // EtherCAT TTY interface
    36 
    37 
    37 /*****************************************************************************/
    38 /*****************************************************************************/