4 * Copyright 2007, Broadcom Corporation
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.
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_ */