2 * osd_types.h - Types and constants which are not part of the protocol.
4 * Copyright (C) 2008 Panasas Inc. All rights reserved.
7 * Boaz Harrosh <bharrosh@panasas.com>
8 * Benny Halevy <bhalevy@panasas.com>
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License version 2
13 * Contains types and constants that are implementation specific and are
14 * used by more than one part of the osd library.
15 * (Eg initiator/target/security_manager/...)
17 #ifndef __OSD_TYPES_H__
18 #define __OSD_TYPES_H__
21 u8 data
[OSD_SYSTEMID_LEN
];
24 typedef u64 __bitwise osd_id
;
31 static const struct __weak osd_obj_id osd_root_object
= {0, 0};
36 u16 len
; /* byte count of operand */
37 void *val_ptr
; /* in network order */
40 #endif /* ndef __OSD_TYPES_H__ */