summaryrefslogtreecommitdiffstats
path: root/drivers/net/npe/include/os_datatypes.h
blob: def891b8620321950ad5f641522404b3465eaadc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/**
 * ============================================================================
 * = COPYRIGHT
 * 
 * @par
 * IXP400 SW Release version 2.0
 * 
 * -- Copyright Notice --
 * 
 * @par
 * Copyright 2001-2005, Intel Corporation.
 * All rights reserved.
 * 
 * @par
 * SPDX-License-Identifier:	BSD-3-Clause
 * @par
 * -- End of Copyright Notice --
 * = PRODUCT
 *      Intel(r) IXP425 Software Release
 *
 * = LIBRARY
 *      OSSL - Operating System Services  Library
 *
 * = MODULE
 *      OS Specific Data Types header file
 *
 * = FILENAME
 *       OSSL.h (Replaced by OSAL)
 *
 * = DESCRIPTION
 *   This file  contains definitions and encapsulations for OS specific data types. These
 *   encapsulated  data types are  used by OSSL header files and OS API functions.
 *
 *
 **********************************************************************
 *      
 *
 * = AUTHOR
 *      Intel Corporation
 *
 * = AKNOWLEDGEMENTS
 *      
 *
 * = CREATION TIME
 *      1/8/2002 1:53:42 PM
 *
 * = CHANGE HISTORY
 
 * ============================================================================
 */

#ifndef _OS_DATATYPES_H
#define _OS_DATATYPES_H

#include "IxOsalBackward.h"

#endif /* _OS_DATATYPES_H */

OpenPOWER on IntegriCloud