File: t_blproperty.h

package info (click to toggle)
libconvert-binary-c-perl 0.85-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,260 kB
  • sloc: ansic: 47,820; perl: 4,980; yacc: 2,143; makefile: 61
file content (19 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef _TOKEN_T_BLPROPERTY_H
#define _TOKEN_T_BLPROPERTY_H

typedef enum {
  BLP_ALIGN,
  BLP_BLOCK_SIZE,
  BLP_BYTE_ORDER,
  BLP_MAX_ALIGN,
  BLP_OFFSET,
  INVALID_BLPROPERTY
} BLProperty;

typedef enum {
  BLPV_BIG_ENDIAN,
  BLPV_LITTLE_ENDIAN,
  INVALID_BLPROPVAL
} BLPropValStr;

#endif