bossa 2.3.0

Rust cxx wrapper around BOSSA SAM-BA library
Documentation
1
2
3
4
5
6
7
8
#ifndef _INFO_H_
#define _INFO_H_

#include "bossa/src/lib.rs.h"

void flasherinfo2flasherinfors(const FlasherInfo &info, FlasherInfoRs &rsInfo);

#endif // _INFO_H_