···2929#ifndef __TMACRO_H__3030#define __TMACRO_H__31313232-#include "ttype.h"3333-3432/****** Common helper macros ***********************************************/35333634#if !defined(LOBYTE)
-42
drivers/staging/vt6655/ttype.h
···11-/*22- * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.33- * All rights reserved.44- *55- * This program is free software; you can redistribute it and/or modify66- * it under the terms of the GNU General Public License as published by77- * the Free Software Foundation; either version 2 of the License, or88- * (at your option) any later version.99- *1010- * This program is distributed in the hope that it will be useful,1111- * but WITHOUT ANY WARRANTY; without even the implied warranty of1212- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1313- * GNU General Public License for more details.1414- *1515- * You should have received a copy of the GNU General Public License along1616- * with this program; if not, write to the Free Software Foundation, Inc.,1717- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.1818- *1919- * File: ttype.h2020- *2121- * Purpose: define basic common types and macros2222- *2323- * Author: Tevin Chen2424- *2525- * Date: May 21, 19962626- *2727- */2828-2929-#ifndef __TTYPE_H__3030-#define __TTYPE_H__3131-3232-/******* Common definitions and typedefs ***********************************/3333-3434-#ifndef WPA_SM_Transtatus3535-#define WPA_SM_Transtatus3636-#endif3737-3838-#ifndef Calcu_LinkQual3939-#define Calcu_LinkQual4040-#endif4141-4242-#endif // __TTYPE_H__