Clean and tiddy-up files.
[tomato.git] / release / src / router / xl2tpd / common.h
blob1ad89406b4013709a62097a41644b0a8b7d5333c
1 /*
2 * Layer 2 Tunnelling Protocol Daemon
3 * Copyright (C) 2002 Jeff McAdams
5 * This software is distributed under the terms of the GPL, which you
6 * should have receivede along with this source.
8 * Defines common to several different files
9 */
11 #ifndef _COMMON_H_
12 typedef unsigned char _u8;
13 typedef unsigned short _u16;
14 typedef unsigned long long _u64;
15 extern int rand_source;
17 #ifndef LINUX
18 # define SOL_IP 0
19 #endif
21 #define _COMMON_H_
22 #endif