15449c685a4b39534f18869a93896370224463715Forest Bond/*
25449c685a4b39534f18869a93896370224463715Forest Bond * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
35449c685a4b39534f18869a93896370224463715Forest Bond * All rights reserved.
45449c685a4b39534f18869a93896370224463715Forest Bond *
55449c685a4b39534f18869a93896370224463715Forest Bond * This program is free software; you can redistribute it and/or modify
65449c685a4b39534f18869a93896370224463715Forest Bond * it under the terms of the GNU General Public License as published by
75449c685a4b39534f18869a93896370224463715Forest Bond * the Free Software Foundation; either version 2 of the License, or
85449c685a4b39534f18869a93896370224463715Forest Bond * (at your option) any later version.
95449c685a4b39534f18869a93896370224463715Forest Bond *
105449c685a4b39534f18869a93896370224463715Forest Bond * This program is distributed in the hope that it will be useful,
115449c685a4b39534f18869a93896370224463715Forest Bond * but WITHOUT ANY WARRANTY; without even the implied warranty of
125449c685a4b39534f18869a93896370224463715Forest Bond * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
135449c685a4b39534f18869a93896370224463715Forest Bond * GNU General Public License for more details.
145449c685a4b39534f18869a93896370224463715Forest Bond *
155449c685a4b39534f18869a93896370224463715Forest Bond * You should have received a copy of the GNU General Public License along
165449c685a4b39534f18869a93896370224463715Forest Bond * with this program; if not, write to the Free Software Foundation, Inc.,
175449c685a4b39534f18869a93896370224463715Forest Bond * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
185449c685a4b39534f18869a93896370224463715Forest Bond *
195449c685a4b39534f18869a93896370224463715Forest Bond * File: hostap.h
205449c685a4b39534f18869a93896370224463715Forest Bond *
215449c685a4b39534f18869a93896370224463715Forest Bond * Purpose:
225449c685a4b39534f18869a93896370224463715Forest Bond *
235449c685a4b39534f18869a93896370224463715Forest Bond * Author: Lyndon Chen
245449c685a4b39534f18869a93896370224463715Forest Bond *
255449c685a4b39534f18869a93896370224463715Forest Bond * Date: May 21, 2003
265449c685a4b39534f18869a93896370224463715Forest Bond *
275449c685a4b39534f18869a93896370224463715Forest Bond */
285449c685a4b39534f18869a93896370224463715Forest Bond
295449c685a4b39534f18869a93896370224463715Forest Bond#ifndef __IOCTL_H__
305449c685a4b39534f18869a93896370224463715Forest Bond#define __IOCTL_H__
315449c685a4b39534f18869a93896370224463715Forest Bond
325449c685a4b39534f18869a93896370224463715Forest Bond#include "device.h"
335449c685a4b39534f18869a93896370224463715Forest Bond
348f335dd136f9ccfb04e35ada2f80bdb958faf6beMalcolm Priestleyint private_ioctl(struct vnt_private *, struct ifreq *rq);
355449c685a4b39534f18869a93896370224463715Forest Bond
365449c685a4b39534f18869a93896370224463715Forest Bond#endif // __IOCTL_H__
37