Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
0002 /*
0003  *  Linux X.25 packet to device interface
0004  *
0005  *  This program is free software; you can redistribute it and/or modify
0006  *  it under the terms of the GNU General Public License as published by
0007  *  the Free Software Foundation; either version 2 of the License, or
0008  *  (at your option) any later version.
0009  *
0010  *  This program is distributed in the hope that it will be useful,
0011  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
0012  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
0013  *  GNU General Public License for more details.
0014  */
0015 
0016 #ifndef _IF_X25_H
0017 #define _IF_X25_H
0018 
0019 #include <linux/types.h>
0020 
0021 /* Documentation/networking/x25-iface.rst */
0022 #define X25_IFACE_DATA      0x00
0023 #define X25_IFACE_CONNECT   0x01
0024 #define X25_IFACE_DISCONNECT    0x02
0025 #define X25_IFACE_PARAMS    0x03
0026 
0027 #endif /* _IF_X25_H */