sched debug: remove the 'u64 now' parameter from print_task()/_rq()
[linux-2.6/x86.git] / arch / um / drivers / mcast.h
blobbc56af9d3e534a6d4fb874597d2a719564ad5f26
1 /*
2 * Copyright (C) 2001 Jeff Dike (jdike@karaya.com)
3 * Licensed under the GPL
4 */
6 #include "net_user.h"
8 struct mcast_data {
9 char *addr;
10 unsigned short port;
11 void *mcast_addr;
12 int ttl;
13 void *dev;
16 extern const struct net_user_info mcast_user_info;
18 extern int mcast_user_write(int fd, void *buf, int len,
19 struct mcast_data *pri);
22 * Overrides for Emacs so that we follow Linus's tabbing style.
23 * Emacs will notice this stuff at the end of the file and automatically
24 * adjust the settings for this buffer only. This must remain at the end
25 * of the file.
26 * ---------------------------------------------------------------------------
27 * Local variables:
28 * c-file-style: "linux"
29 * End: