1285242Sachim/*******************************************************************************
2285242Sachim*Copyright (c) 2014 PMC-Sierra, Inc.  All rights reserved.
3285242Sachim*
4285242Sachim*Redistribution and use in source and binary forms, with or without modification, are permitted provided
5285242Sachim*that the following conditions are met:
6285242Sachim*1. Redistributions of source code must retain the above copyright notice, this list of conditions and the
7285242Sachim*following disclaimer.
8285242Sachim*2. Redistributions in binary form must reproduce the above copyright notice,
9285242Sachim*this list of conditions and the following disclaimer in the documentation and/or other materials provided
10285242Sachim*with the distribution.
11285242Sachim*
12285242Sachim*THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED
13285242Sachim*WARRANTIES,INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
14285242Sachim*FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
15285242Sachim*FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
16285242Sachim*NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
17285242Sachim*BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
18285242Sachim*LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
19285242Sachim*SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE
20285242Sachim
21285242Sachim********************************************************************************/
22285242Sachim#include <osenv.h>
23285242Sachim#include <ostypes.h>
24285242Sachim#include <osdebug.h>
25285242Sachim
26285242Sachim#include <sa.h>
27285242Sachim#include <saapi.h>
28285242Sachim#include <saosapi.h>
29285242Sachim
30285242Sachim#include <titypes.h>
31285242Sachim#include <ostiapi.h>
32285242Sachim#include <tiapi.h>
33285242Sachim#include <tiglobal.h>
34285242Sachim
35285242Sachim#include <tdtypes.h>
36285242Sachim#include <osstring.h>
37285242Sachim#include <tdutil.h>
38285242Sachim
39285242Sachim#ifdef INITIATOR_DRIVER
40285242Sachim#include <itdtypes.h>
41285242Sachim#include <itddefs.h>
42285242Sachim#include <itdglobl.h>
43285242Sachim#endif
44285242Sachim
45285242Sachim#ifdef TARGET_DRIVER
46285242Sachim#include "ttdglobl.h"
47285242Sachim#include "ttdtxchg.h"
48285242Sachim#include "ttdtypes.h"
49285242Sachim#endif
50285242Sachim
51285242Sachim#include <tdsatypes.h>
52285242Sachim#include <tdproto.h>
53