Broadcom SDK and wireless driver: another attempt to update to ver. 5.10.147.0
[tomato.git] / release / src-rt / emf / igsconf / igsu_linux.h
blobe24e58c0bdc2d6a939b36d4c1e8035e0bee224b1
1 /*
2 * Copyright (C) 2009, Broadcom Corporation
3 * All Rights Reserved.
4 *
5 * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Broadcom Corporation;
6 * the contents of this file may not be disclosed to third parties, copied
7 * or duplicated in any form, in whole or in part, without the prior
8 * written permission of Broadcom Corporation.
10 * $Id: igsu_linux.h,v 1.1 2007/03/17 03:15:10 Exp $
13 #ifndef _IGSU_LINUX_H_
14 #define _IGSU_LINUX_H_
16 #define NETLINK_IGSC 18
18 struct igs_cfg_request;
19 extern int igs_cfg_request_send(struct igs_cfg_request *buffer, int length);
21 #endif /* _IGSU_LINUX_H_ */