repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
share
/
examples
/
pud
/
intro
/
common.h
blob
1a3e11faa8b019fe4d869cae1dae4eb51dac02d6
1
#include <sys/ioctl.h>
2
3
#define INTROTOGGLE _IOWR(
'i'
, 1, int)
4
#define INTROTOGGLE_R _IOW(
'i'
, 2, int)