SSID: Respect ASCII character Label.
[tomato.git] / release / src / et / sys / etc_adm.h
blob05dd5466425562040056dbaa25ae3028596a4ef6
1 /*
2 * ADMtek switch setup functions
4 * Copyright 2006, Broadcom Corporation
5 * All Rights Reserved.
6 *
7 * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Broadcom Corporation;
8 * the contents of this file may not be disclosed to third parties, copied
9 * or duplicated in any form, in whole or in part, without the prior
10 * written permission of Broadcom Corporation.
12 * $Id: etc_adm.h,v 1.1.1.1 2007/03/20 12:22:00 roly Exp $
15 #ifndef _adm_h_
16 #define _adm_h_
18 /* forward declarations */
19 typedef struct adm_info_s adm_info_t;
21 /* interface prototypes */
22 extern adm_info_t *adm_attach(sb_t *sbh, char *vars);
23 extern void adm_detach(adm_info_t *adm);
24 extern int adm_enable_device(adm_info_t *adm);
25 extern int adm_config_vlan(adm_info_t *adm);
27 #endif /* _adm_h_ */