osl.h
资源名称:bcm4702.rar [点击查看]
上传用户:yuanda199
上传日期:2022-06-26
资源大小:412k
文件大小:1k
源码类别:
VxWorks
开发平台:
C/C++
- /*
- EXTERNAL SOURCE RELEASE on 12/03/2001 3.0 - Subject to change without notice.
- */
- /*
- Copyright 2001, Broadcom Corporation
- All Rights Reserved.
- This is UNPUBLISHED PROPRIETARY SOURCE CODE of Broadcom Corporation;
- the contents of this file may not be disclosed to third parties, copied or
- duplicated in any form, in whole or in part, without the prior written
- permission of Broadcom Corporation.
- */
- /*
- * OS Independent Layer
- *
- * Copyright(c) 2001 Broadcom Corp.
- * $Id: osl.h,v 1.1 Broadcom SDK $
- */
- #ifndef _osl_h_
- #define _osl_h_
- #ifdef vxworks
- #include <vx_osl.h>
- #elif linux
- #include <linux_osl.h>
- #elif V2_HAL
- #include <v2hal_osl.h>
- #elif PMON
- #include <pmon_osl.h>
- #elif defined(NDIS)
- #include <ndis_osl.h>
- #else
- #error "Unsupported OSL requested"
- #endif
- #endif /* _osl_h_ */