OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [net/] [af_unix.h] - Diff between revs 1765 and 1782

Only display areas with differences | Details | Blame | View Log

Rev 1765 Rev 1782
#ifndef __LINUX_NET_AFUNIX_H
#ifndef __LINUX_NET_AFUNIX_H
#define __LINUX_NET_AFUNIX_H
#define __LINUX_NET_AFUNIX_H
extern void unix_proto_init(struct net_proto *pro);
extern void unix_proto_init(struct net_proto *pro);
extern struct proto_ops unix_proto_ops;
extern struct proto_ops unix_proto_ops;
extern void unix_inflight(struct file *fp);
extern void unix_inflight(struct file *fp);
extern void unix_notinflight(struct file *fp);
extern void unix_notinflight(struct file *fp);
typedef struct sock unix_socket;
typedef struct sock unix_socket;
extern void unix_gc(void);
extern void unix_gc(void);
 
 
extern unix_socket *unix_socket_list;
extern unix_socket *unix_socket_list;
 
 
#define UNIX_MAX_FD     8
#define UNIX_MAX_FD     8
 
 
#endif
#endif
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.