blob: 5af7dcb0e1dceb6656ec342d7e80c30ec0b9eb6e [file] [log] [blame]
#ifndef _PVSCSI_H_
#define _PVSCSI_H_
struct disk_op_s;
int pvscsi_process_op(struct disk_op_s *op);
void pvscsi_setup(void);
#endif /* _PVSCSI_H_ */