URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [fs/] [ncpfs/] [ncpsign_kernel.h] - Rev 1765
Compare with Previous | Blame | View Log
/* * ncpsign_kernel.h * * Arne de Bruijn (arne@knoware.nl), 1997 * */ #ifndef _NCPSIGN_KERNEL_H #define _NCPSIGN_KERNEL_H #include <linux/ncp_fs.h> void sign_packet(struct ncp_server *server, int *size); #endif