Include optional sierra driver in K26 builds
[tomato.git] / release / src / include / ndiserrmap.h
blob9b139046555913bd6ad945fbdd13cffb7506e9c0
1 /*
2 * NDIS Error mappings
4 * Copyright 2007, 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$
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_ */