Remove bitfields, which are just a bit-addressed integer
[babeltrace.git] / include / babeltrace / ctf / types.h
index 40b89847d759ec6bb410e56cd65b5461982804c5..49427a5bba4d3d33116528b34f7b82c9e5ae6f3d 100644 (file)
@@ -46,17 +46,6 @@ void ctf_int_write(struct stream_pos *pos,
                const struct type_class_integer *int_class,
                int64_t v);
 
-uint64_t ctf_bitfield_unsigned_read(struct stream_pos *pos,
-                       const struct type_class_bitfield *bitfield_class);
-int64_t ctf_bitfield_signed_read(struct stream_pos *pos,
-                       const struct type_class_bitfield *bitfield_class);
-void ctf_bitfield_unsigned_write(struct stream_pos *pos,
-                       const struct type_class_bitfield *bitfield_class,
-                       uint64_t v);
-void ctf_bitfield_signed_write(struct stream_pos *pos,
-                       const struct type_class_bitfield *bitfield_class,
-                       int64_t v);
-
 double ctf_double_read(struct stream_pos *pos,
                        const struct type_class_float *src);
 void ctf_double_write(struct stream_pos *pos,
This page took 0.023375 seconds and 4 git commands to generate.