1    | /*
2    |  * Layer 2 Tunnelling Protocol Daemon
3    |  * Copyright (C) 2002 Jeff McAdams
4    |  *
5    |  * This software is distributed under the terms of the GPL, which you
6    |  * should have receivede along with this source.
7    |  *
8    |  * Defines common to several different files
9    |  */
10   | 
11   | #ifndef _COMMON_H_
12   | typedef unsigned short _u16;
13   | typedef unsigned long long _u64;
14   | #define _COMMON_H_
15   | #endif