Deleted Added
full compact
mpi_type.h (102599) mpi_type.h (126891)
1/* $FreeBSD: head/sys/dev/mpt/mpilib/mpi_type.h 102599 2002-08-30 03:36:50Z mjacob $ */
1/* $FreeBSD: head/sys/dev/mpt/mpilib/mpi_type.h 126891 2004-03-12 21:45:33Z trhodes $ */
2/*
3 * Copyright (c) 2000, 2001 by LSI Logic Corporation
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice immediately at the beginning of the file, without modification,

--- 53 unchanged lines hidden (view full) ---

63*
64*****************************************************************************/
65
66typedef signed char S8;
67typedef unsigned char U8;
68typedef signed short S16;
69typedef unsigned short U16;
70
2/*
3 * Copyright (c) 2000, 2001 by LSI Logic Corporation
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice immediately at the beginning of the file, without modification,

--- 53 unchanged lines hidden (view full) ---

63*
64*****************************************************************************/
65
66typedef signed char S8;
67typedef unsigned char U8;
68typedef signed short S16;
69typedef unsigned short U16;
70
71#if defined(unix) || defined(__arm) || defined(ALPHA) || defined(__GNUC__)
71#if defined(unix) || defined(__arm) || defined(ALPHA) || defined(__GNUC__) || defined(__INTEL_COMPILER)
72
73 typedef signed int S32;
74 typedef unsigned int U32;
75
76#else
77
78 typedef signed long S32;
79 typedef unsigned long U32;

--- 33 unchanged lines hidden ---
72
73 typedef signed int S32;
74 typedef unsigned int U32;
75
76#else
77
78 typedef signed long S32;
79 typedef unsigned long U32;

--- 33 unchanged lines hidden ---