blob: 9843f4d91a2c1fc3ff533da7a0569bc0cb1d336b [file] [log] [blame]
Andrew Geissler84ad7c52020-06-27 00:00:16 -05001## lock-obj-pub.microblazeel-xilinx-linux-gnu.h
2## File created by gen-posix-lock-obj - DO NOT EDIT
3## To be included by mkheader into gpg-error.h
4
5typedef struct
6{
7 long _vers;
8 union {
9 volatile char _priv[24];
10 long _x_align;
11 long *_xp_align;
12 } u;
13} gpgrt_lock_t;
14
15#define GPGRT_LOCK_INITIALIZER {1,{{0,0,0,0,0,0,0,0, \
16 0,0,0,0,0,0,0,0, \
17 0,0,0,0,0,0,0,0}}}
18##
19## Local Variables:
20## mode: c
21## buffer-read-only: t
22## End:
23##