mirror of
https://github.com/chhylp123/hifiasm.git
synced 2026-09-15 12:47:57 +08:00
11 lines
279 B
C
11 lines
279 B
C
#ifndef __INTER__
|
|
#define __INTER__
|
|
#include "Overlaps.h"
|
|
#include "Process_Read.h"
|
|
|
|
void ul_resolve(ma_ug_t *ug, const asg_t *rg, const ug_opt_t *uopt, int hap_n);
|
|
void ul_load(const ug_opt_t *uopt);
|
|
uint64_t* get_hifi2ul_list(all_ul_t *x, uint64_t hid, uint64_t* a_n);
|
|
|
|
#endif
|