diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-07-12 15:42:50 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-07-12 15:42:50 +0000 |
commit | a81cd86c8d93236ffccfbee44b5818ba21523463 (patch) | |
tree | f098368d79e9ed9b39907730c28ed3182b69519d /pfinet/linux-inet/p8022.h | |
parent | c7923f6aa252a29ccb4f16bd91469c9000a2bd94 (diff) |
entered into RCS
Diffstat (limited to 'pfinet/linux-inet/p8022.h')
-rw-r--r-- | pfinet/linux-inet/p8022.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pfinet/linux-inet/p8022.h b/pfinet/linux-inet/p8022.h new file mode 100644 index 00000000..52c676be --- /dev/null +++ b/pfinet/linux-inet/p8022.h @@ -0,0 +1,2 @@ +struct datalink_proto *register_8022_client(unsigned char type, int (*rcvfunc)(struct sk_buff *, struct device *, struct packet_type *)); + |