Add VIOCSETTOK2
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20652 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
|
||||
#ifndef _VICEIOCTL
|
||||
#define _VICEIOCTL(id) ((unsigned int ) _IOW('V', id, struct ViceIoctl))
|
||||
#define _AFSCIOCTL(id) ((unsigned int ) _IOW('C', id, struct ViceIoctl))
|
||||
#endif /* _VICEIOCTL */
|
||||
|
||||
#define VIOCSETAL _VICEIOCTL(1)
|
||||
@@ -83,6 +84,9 @@
|
||||
#define VIOCGETCACHEPARAMS _VICEIOCTL(40)
|
||||
#define VIOC_GCPAGS _VICEIOCTL(48)
|
||||
|
||||
#define VIOCGETTOK2 _AFSCIOCTL(7)
|
||||
#define VIOCSETTOK2 _AFSCIOCTL(8)
|
||||
|
||||
struct ViceIoctl {
|
||||
caddr_t in, out;
|
||||
short in_size;
|
||||
|
Reference in New Issue
Block a user