Evgeny Budilovsky | 83d60b3 | 2013-10-14 18:03:36 +0300 | [diff] [blame] | 1 | #ifndef _PVSCSI_H_ |
2 | #define _PVSCSI_H_ | ||||
3 | |||||
4 | struct disk_op_s; | ||||
Kevin O'Connor | 2dd0832 | 2015-07-07 12:35:34 -0400 | [diff] [blame] | 5 | int pvscsi_process_op(struct disk_op_s *op); |
Evgeny Budilovsky | 83d60b3 | 2013-10-14 18:03:36 +0300 | [diff] [blame] | 6 | void pvscsi_setup(void); |
7 | |||||
8 | #endif /* _PVSCSI_H_ */ |