i4b.h (fdc29d54a48f371bfc1c3af8a6dff0450b6523d0) | i4b.h (057f1760a8171825b260dad27502f74ed5f69faf) |
---|---|
1/*- 2 * Copyright (c) 1999 Brian Somers <brian@Awfulhak.org> 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 20 unchanged lines hidden (view full) --- 29struct physical; 30struct device; 31 32#define DEF_I4BCDDELAY 6 /* Default ``set cd'' value */ 33 34extern struct device *i4b_Create(struct physical *); 35extern struct device *i4b_iov2device(int, struct physical *, 36 struct iovec *, int *, int, int *, int *); | 1/*- 2 * Copyright (c) 1999 Brian Somers <brian@Awfulhak.org> 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 20 unchanged lines hidden (view full) --- 29struct physical; 30struct device; 31 32#define DEF_I4BCDDELAY 6 /* Default ``set cd'' value */ 33 34extern struct device *i4b_Create(struct physical *); 35extern struct device *i4b_iov2device(int, struct physical *, 36 struct iovec *, int *, int, int *, int *); |
37extern int i4b_DeviceSize(void); | 37extern unsigned i4b_DeviceSize(void); |