1285809Sscottl/*******************************************************************************
2285809Sscottl*Copyright (c) 2014 PMC-Sierra, Inc.  All rights reserved.
3285809Sscottl*
4285809Sscottl*Redistribution and use in source and binary forms, with or without modification, are permitted provided
5285809Sscottl*that the following conditions are met:
6285809Sscottl*1. Redistributions of source code must retain the above copyright notice, this list of conditions and the
7285809Sscottl*following disclaimer.
8285809Sscottl*2. Redistributions in binary form must reproduce the above copyright notice,
9285809Sscottl*this list of conditions and the following disclaimer in the documentation and/or other materials provided
10285809Sscottl*with the distribution.
11285809Sscottl*
12285809Sscottl*THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED
13285809Sscottl*WARRANTIES,INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
14285809Sscottl*FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
15285809Sscottl*FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
16285809Sscottl*NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
17285809Sscottl*BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
18285809Sscottl*LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
19285809Sscottl*SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE
20285809Sscottl
21285809Sscottl********************************************************************************/
22285809Sscottl#include <osenv.h>
23285809Sscottl#include <ostypes.h>
24285809Sscottl#include <osdebug.h>
25285809Sscottl
26285809Sscottl#include <sa.h>
27285809Sscottl#include <saapi.h>
28285809Sscottl#include <saosapi.h>
29285809Sscottl
30285809Sscottl#include <titypes.h>
31285809Sscottl#include <ostiapi.h>
32285809Sscottl#include <tiapi.h>
33285809Sscottl#include <tiglobal.h>
34285809Sscottl
35285809Sscottl#include <tdtypes.h>
36285809Sscottl#include <osstring.h>
37285809Sscottl#include <tdutil.h>
38285809Sscottl
39285809Sscottl#ifdef INITIATOR_DRIVER
40285809Sscottl#include <itdtypes.h>
41285809Sscottl#include <itddefs.h>
42285809Sscottl#include <itdglobl.h>
43285809Sscottl#endif
44285809Sscottl
45285809Sscottl#ifdef TARGET_DRIVER
46285809Sscottl#include "ttdglobl.h"
47285809Sscottl#include "ttdtxchg.h"
48285809Sscottl#include "ttdtypes.h"
49285809Sscottl#endif
50285809Sscottl
51285809Sscottl#include <tdsatypes.h>
52285809Sscottl#include <tdproto.h>
53