udp.h (87c3786e7fcf8e978e801f03208d8bab4468980f) udp.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

--- 18 unchanged lines hidden (view full) ---

27 */
28
29struct physical;
30struct device;
31
32extern struct device *udp_Create(struct physical *);
33extern struct device *udp_iov2device(int, struct physical *,
34 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

--- 18 unchanged lines hidden (view full) ---

27 */
28
29struct physical;
30struct device;
31
32extern struct device *udp_Create(struct physical *);
33extern struct device *udp_iov2device(int, struct physical *,
34 struct iovec *, int *, int, int *, int *);
35extern int udp_DeviceSize(void);
35extern unsigned udp_DeviceSize(void);