Resync with broadcom drivers 5.100.138.20 and utilities.
[tomato.git] / release / src-rt / emf / igsconf / igsu_linux.h
blobce802e3cf1fdec5c5e8bb63c81a6052b17e45550
1 /*
2 * Copyright (C) 2010, 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 241182 2011-02-17 21:50:03Z gmo $
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_ */