File: asm.h

package info (click to toggle)
ceccomp 3.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,528 kB
  • sloc: ansic: 3,154; python: 653; makefile: 240; sh: 226
file content (12 lines) | stat: -rw-r--r-- 212 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef ASM
#define ASM

#include "parseargs.h"
#include <stdint.h>
#include <stdio.h>

extern void assemble (uint32_t arch_token, FILE *read_fp, print_mode mode);

#define SCMP_DATA_LEN "$scmp_data_len"

#endif