K2.6 patches and update.
[tomato.git] / release / src-rt / emf / emfconf / emfu_linux.h
blob570072d356ed8e4b3ee55e18a3e7f6d48a26645e
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: emfu_linux.h 241182 2011-02-17 21:50:03Z gmo $
13 #ifndef _EMFU_LINUX_H_
14 #define _EMFU_LINUX_H_
16 #define NETLINK_EMFC 17
18 struct emf_cfg_request;
19 extern int emf_cfg_request_send(struct emf_cfg_request *buffer, int length);
21 #endif /* _EMFU_LINUX_H_ */