Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / um / drivers / mcast.h
bloba2c6db243458972a7eb8dab4c244d29cb0f685b9
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 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: