mirror of
https://github.com/chhylp123/hifiasm.git
synced 2026-09-15 12:47:57 +08:00
9 lines
183 B
C
9 lines
183 B
C
#ifndef __INTER__
|
|
#define __INTER__
|
|
#include "Overlaps.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);
|
|
|
|
#endif
|