003 File Manager
Current Path:
/usr/src/sys/dev/isci
usr
/
src
/
sys
/
dev
/
isci
/
📁
..
📄
README
(694 B)
📄
environment.h
(3.21 KB)
📄
isci.c
(20.22 KB)
📄
isci.h
(10.14 KB)
📄
isci_controller.c
(26.24 KB)
📄
isci_domain.c
(11.83 KB)
📄
isci_interrupt.c
(7.55 KB)
📄
isci_io_request.c
(32.79 KB)
📄
isci_logger.c
(11.97 KB)
📄
isci_oem_parameters.c
(5.39 KB)
📄
isci_remote_device.c
(10.12 KB)
📄
isci_sysctl.c
(8.77 KB)
📄
isci_task_request.c
(9.59 KB)
📄
isci_timer.c
(6.18 KB)
📄
sci_environment.h
(44 B)
📁
scil
📄
types.h
(1.79 KB)
Editing: types.h
/*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * BSD LICENSE * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * * Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $FreeBSD$ */ #ifndef _DRIVER_INCLUDE_TYPES_H_ #define _DRIVER_INCLUDE_TYPES_H_ #include <dev/isci/environment.h> typedef uintptr_t POINTER_UINT; #ifndef NULL #define NULL ((void *)0) #endif #ifndef FALSE #define FALSE 0 #endif #ifndef TRUE #define TRUE (!FALSE) #endif typedef uint32_t BOOL; #endif /* _DRIVER_INCLUDE_TYPES_H_ */
Upload File
Create Folder