wrapper-cvmx-includes.h revision 215990
1239310Sdim/*************************************************************************
2239310SdimCopyright (c) 2003-2007  Cavium Networks (support@cavium.com). All rights
3239310Sdimreserved.
4239310Sdim
5239310Sdim
6239310SdimRedistribution and use in source and binary forms, with or without
7239310Sdimmodification, are permitted provided that the following conditions are
8239310Sdimmet:
9239310Sdim
10239310Sdim    * Redistributions of source code must retain the above copyright
11239310Sdim      notice, this list of conditions and the following disclaimer.
12239310Sdim
13239310Sdim    * Redistributions in binary form must reproduce the above
14239310Sdim      copyright notice, this list of conditions and the following
15239310Sdim      disclaimer in the documentation and/or other materials provided
16239310Sdim      with the distribution.
17239310Sdim
18239310Sdim    * Neither the name of Cavium Networks nor the names of
19239310Sdim      its contributors may be used to endorse or promote products
20239310Sdim      derived from this software without specific prior written
21239310Sdim      permission.
22239310Sdim
23239310SdimThis Software, including technical data, may be subject to U.S. export  control laws, including the U.S. Export Administration Act and its  associated regulations, and may be subject to export or import  regulations in other countries.
24239310Sdim
25239310SdimTO THE MAXIMUM EXTENT PERMITTED BY LAW, THE SOFTWARE IS PROVIDED "AS IS"
26239310SdimAND WITH ALL FAULTS AND CAVIUM  NETWORKS MAKES NO PROMISES, REPRESENTATIONS OR WARRANTIES, EITHER EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE, WITH RESPECT TO THE SOFTWARE, INCLUDING ITS CONDITION, ITS CONFORMITY TO ANY REPRESENTATION OR DESCRIPTION, OR THE EXISTENCE OF ANY LATENT OR PATENT DEFECTS, AND CAVIUM SPECIFICALLY DISCLAIMS ALL IMPLIED (IF ANY) WARRANTIES OF TITLE, MERCHANTABILITY, NONINFRINGEMENT, FITNESS FOR A PARTICULAR PURPOSE, LACK OF VIRUSES, ACCURACY OR COMPLETENESS, QUIET ENJOYMENT, QUIET POSSESSION OR CORRESPONDENCE TO DESCRIPTION. THE ENTIRE  RISK ARISING OUT OF USE OR PERFORMANCE OF THE SOFTWARE LIES WITH YOU.
27239310Sdim
28239310Sdim*************************************************************************/
29239310Sdim/* $FreeBSD: head/sys/mips/cavium/octe/wrapper-cvmx-includes.h 215990 2010-11-28 08:18:16Z jmallett $ */
30239310Sdim
31239310Sdim#ifndef __WRAPPER_CVMX_INCLUDES_H__
32239310Sdim#define __WRAPPER_CVMX_INCLUDES_H__
33239310Sdim
34239310Sdim#include <contrib/octeon-sdk/cvmx.h>
35239310Sdim#include <contrib/octeon-sdk/cvmx-version.h>
36239310Sdim#include <contrib/octeon-sdk/cvmx-atomic.h>
37#include <contrib/octeon-sdk/cvmx-pip.h>
38#include <contrib/octeon-sdk/cvmx-ipd.h>
39#include <contrib/octeon-sdk/cvmx-pko.h>
40#include <contrib/octeon-sdk/cvmx-pow.h>
41#include <contrib/octeon-sdk/cvmx-gmx.h>
42#include <contrib/octeon-sdk/cvmx-spi.h>
43#include <contrib/octeon-sdk/cvmx-bootmem.h>
44#include <contrib/octeon-sdk/cvmx-app-init.h>
45#include <contrib/octeon-sdk/cvmx-helper.h>
46#include <contrib/octeon-sdk/cvmx-helper-board.h>
47#include <contrib/octeon-sdk/cvmx-interrupt.h>
48
49#endif
50