File: btf_encoder.h

package info (click to toggle)
dwarves-dfsg 1.12-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 812 kB
  • sloc: ansic: 14,573; python: 903; makefile: 36
file content (8 lines) | stat: -rw-r--r-- 141 bytes parent folder | download
1
2
3
4
5
6
7
8
#ifndef _BTF_ENCODER_H_
#define _BTF_ENCODER_H_ 1

struct cu;

int cu__encode_btf(struct cu *cu, int verbose);

#endif /* _BTF_ENCODER_H_ */