File: erbit.h

package info (click to toggle)
rnv 1.7.10-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 960 kB
  • ctags: 1,593
  • sloc: ansic: 6,539; lisp: 1,129; sh: 996; makefile: 135; perl: 129; python: 96; sed: 5
file content (14 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* $Id: erbit.h 276 2004-01-10 00:48:46Z dvd $ */

#ifndef ERBIT_H
#define ERBIT_H 1

#define ERBIT_RNC 0x01000
#define ERBIT_RND 0x02000
#define ERBIT_RNL 0x04000
#define ERBIT_RX  0x08000
#define ERBIT_XSD 0x10000
#define ERBIT_DRV 0x20000
#define ERBIT_RNV 0x40000

#endif