source: svn/trunk/newcon3bcm2_21bu/dta/src/sim/bkni.h @ 2

Last change on this file since 2 was 2, checked in by phkim, 11 years ago

1.phkim

  1. revision copy newcon3sk r27
  • Property svn:executable set to *
File size: 1008 bytes
Line 
1 /***************************************************************************
2 *     Copyright (c) 2003-2010, Broadcom Corporation
3 *     All Rights Reserved
4 *     Confidential Property of Broadcom Corporation
5 *
6 *  THIS SOFTWARE MAY ONLY BE USED SUBJECT TO AN EXECUTED SOFTWARE LICENSE
7 *  AGREEMENT  BETWEEN THE USER AND BROADCOM.  YOU HAVE NO RIGHT TO USE OR
8 *  EXPLOIT THIS MATERIAL EXCEPT SUBJECT TO THE TERMS OF SUCH AN AGREEMENT.
9 *
10 * $brcm_Workfile:  $
11 * $brcm_Revision:  $
12 * $brcm_Date:  $
13 *
14 * Module Description:
15 *
16 * Revision History:
17 *
18 * $brcm_Log:  $
19 *
20 *
21 ***************************************************************************/
22#ifndef BKNI_H__
23#define BKNI_H__
24
25#include <string.h>
26#include <malloc.h>
27#include <stdlib.h>
28
29#define BKNI_Memset     memset
30#define BKNI_Memcpy     memcpy
31#define BKNI_Memcmp     memcmp
32#define BKNI_Malloc     malloc
33#define BKNI_Free       free
34#define BKNI_Fail()     abort()
35
36#ifdef __cplusplus
37extern "C" {
38#endif
39
40#ifdef __cplusplus
41}
42#endif
43
44#endif /* BKNI_H__ */
45
Note: See TracBrowser for help on using the repository browser.