Changeset 1916d1f in mainline for kernel/arch/mips64/include/cpu.h
- Timestamp:
- 2011-07-12T13:41:26Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 50fc490
- Parents:
- 11809eab (diff), 6817eba (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips64/include/cpu.h
r11809eab r1916d1f 1 1 /* 2 * Copyright (c) 20 11 Vojtech Horky2 * Copyright (c) 2003-2004 Jakub Jermar 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup drvusbmast29 /** @addtogroup mips64 30 30 * @{ 31 31 */ 32 32 /** @file 33 * SCSI related structures.34 33 */ 35 34 36 #ifndef USB_USBMAST_SCSI_H_37 #define USB_USBMAST_SCSI_H_35 #ifndef KERN_mips64_CPU_H_ 36 #define KERN_mips64_CPU_H_ 38 37 39 #include < sys/types.h>40 #include < usb/usb.h>38 #include <typedefs.h> 39 #include <arch/asm.h> 41 40 42 41 typedef struct { 43 uint8_t op_code; 44 uint8_t lun_evpd; 45 uint8_t page_code; 46 uint16_t alloc_length; 47 uint8_t ctrl; 48 } __attribute__((packed)) scsi_cmd_inquiry_t; 42 uint32_t imp_num; 43 uint32_t rev_num; 44 } cpu_arch_t; 49 45 50 46 #endif 51 47 52 /** 53 * @} 48 /** @} 54 49 */
Note:
See TracChangeset
for help on using the changeset viewer.