summaryrefslogtreecommitdiff
path: root/packages/libc/src/nif_fddih.inc
blob: 5ea578be4b775022e607e745adc8a72f8d539ee8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

type
   Pfddi_header = ^fddi_header;
   fddi_header = record
        fddi_fc : u_int8_t;
        fddi_dhost : array[0..(FDDI_K_ALEN)-1] of u_int8_t;
        fddi_shost : array[0..(FDDI_K_ALEN)-1] of u_int8_t;
     end;


{ ---------------------------------------------------------------------
    Borland compatibility types
  ---------------------------------------------------------------------}

// Type