u-boot/drivers/net/npe/include/os_datatypes.h

59 lines
1.2 KiB
C

/**
* ============================================================================
* = 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 */