Changeset View
Changeset View
Standalone View
Standalone View
sys/dev/mpi3mr/mpi/mpi30_type.h
/* | /* | ||||
* SPDX-License-Identifier: BSD-2-Clause | * SPDX-License-Identifier: BSD-2-Clause-FreeBSD | ||||
* | * | ||||
* Copyright (c) 2016-2023, Broadcom Inc. All rights reserved. | * Copyright (c) 2016-2024, Broadcom Inc. All rights reserved. | ||||
* Support: <fbsd-storage-driver.pdl@broadcom.com> | * Support: <fbsd-storage-driver.pdl@broadcom.com> | ||||
* | * | ||||
* Redistribution and use in source and binary forms, with or without | * Redistribution and use in source and binary forms, with or without | ||||
* modification, are permitted provided that the following conditions are | * modification, are permitted provided that the following conditions are | ||||
* met: | * met: | ||||
* | * | ||||
* 1. Redistributions of source code must retain the above copyright notice, | * 1. Redistributions of source code must retain the above copyright notice, | ||||
* this list of conditions and the following disclaimer. | * this list of conditions and the following disclaimer. | ||||
Show All 20 Lines | |||||
* those of the authors and should not be interpreted as representing | * those of the authors and should not be interpreted as representing | ||||
* official policies,either expressed or implied, of the FreeBSD Project. | * official policies,either expressed or implied, of the FreeBSD Project. | ||||
* | * | ||||
* Mail to: Broadcom Inc 1320 Ridder Park Dr, San Jose, CA 95131 | * Mail to: Broadcom Inc 1320 Ridder Park Dr, San Jose, CA 95131 | ||||
* | * | ||||
* Broadcom Inc. (Broadcom) MPI3MR Adapter FreeBSD | * Broadcom Inc. (Broadcom) MPI3MR Adapter FreeBSD | ||||
* | * | ||||
*/ | */ | ||||
#ifndef MPI30_TYPE_H | #ifndef MPI30_TYPE_H | ||||
#define MPI30_TYPE_H 1 | #define MPI30_TYPE_H 1 | ||||
/***************************************************************************** | /***************************************************************************** | ||||
* Define MPI3_POINTER if it has not already been defined. By default * | * Define MPI3_POINTER if it has not already been defined. By default * | ||||
* MPI3_POINTER is defined to be a near pointer. MPI3_POINTER can be defined * | * MPI3_POINTER is defined to be a near pointer. MPI3_POINTER can be defined * | ||||
* as a far pointer by defining MPI3_POINTER as "far *" before this header * | * as a far pointer by defining MPI3_POINTER as "far *" before this header * | ||||
* file is included. * | * file is included. * | ||||
▲ Show 20 Lines • Show All 50 Lines • Show Last 20 Lines |