Broadcom SDK and wireless driver: another attempt to update to ver. 5.10.147.0
[tomato.git] / release / src-rt / include / ndiserrmap.h
blob0a7463236f30f5172db016341f35ae4803b2f13f
1 /*
2 * NDIS Error mappings
4 * Copyright (C) 2009, Broadcom Corporation
5 * All Rights Reserved.
6 *
7 * THIS SOFTWARE IS OFFERED "AS IS", AND BROADCOM GRANTS NO WARRANTIES OF ANY
8 * KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM
9 * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
10 * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE.
12 * $Id: ndiserrmap.h,v 13.3 2005/09/13 23:15:41 Exp $
15 #ifndef _ndiserrmap_h_
16 #define _ndiserrmap_h_
18 extern int ndisstatus2bcmerror(NDIS_STATUS status);
19 extern NDIS_STATUS bcmerror2ndisstatus(int bcmerror);
21 #endif /* _ndiserrmap_h_ */