diff options
| author | oster <oster@NetBSD.org> | 1999-03-09 03:52:41 +0000 |
|---|---|---|
| committer | oster <oster@NetBSD.org> | 1999-03-09 03:52:41 +0000 |
| commit | e39fe5e2feac606e3fe531b5c53c0ac4bcc4af3a (patch) | |
| tree | d7b35379836868aeb331230d578350cebc7a7e33 /sys/dev/raidframe | |
| parent | baa8fc090fbd576a0722d4bb5e4f94513d4ae266 (diff) | |
Cleanup unused cruft.
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_kintf.h | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/sys/dev/raidframe/rf_kintf.h b/sys/dev/raidframe/rf_kintf.h index ce3f381dbab..5ebed384a8a 100644 --- a/sys/dev/raidframe/rf_kintf.h +++ b/sys/dev/raidframe/rf_kintf.h @@ -1,4 +1,4 @@ -/* $NetBSD: rf_kintf.h,v 1.3 1999/02/05 00:06:12 oster Exp $ */ +/* $NetBSD: rf_kintf.h,v 1.4 1999/03/09 03:52:41 oster Exp $ */ /* * rf_kintf.h * @@ -36,22 +36,11 @@ #include "rf_types.h" -int rf_boot(void); -int rf_open(dev_t dev, int flag, int fmt); -int rf_close(dev_t dev, int flag, int fmt); -void rf_strategy(struct buf * bp); -void rf_minphys(struct buf * bp); -int rf_read(dev_t dev, struct uio * uio); -int rf_write(dev_t dev, struct uio * uio); -int rf_size(dev_t dev); -int rf_ioctl(dev_t dev, int cmd, caddr_t data, int flag); void rf_ReconKernelThread(void); int rf_GetSpareTableFromDaemon(RF_SparetWait_t * req); -caddr_t rf_MapToKernelSpace(struct buf * bp, caddr_t addr); -int rf_BzeroWithRemap(struct buf * bp, char *databuf, int len); -int -rf_DoAccessKernel(RF_Raid_t * raidPtr, struct buf * bp, + +int rf_DoAccessKernel(RF_Raid_t * raidPtr, struct buf * bp, RF_RaidAccessFlags_t flags, void (*cbFunc) (struct buf *), void *cbArg); - int rf_DispatchKernelIO(RF_DiskQueue_t * queue, RF_DiskQueueData_t * req); +int rf_DispatchKernelIO(RF_DiskQueue_t * queue, RF_DiskQueueData_t * req); #endif /* _RF__RF_KINTF_H_ */ |
