mirror of
https://github.com/linux-msm/qdl.git
synced 2026-02-25 13:12:25 -08:00
16 lines
268 B
C
16 lines
268 B
C
#ifndef __QDL_H__
|
|
#define __QDL_H__
|
|
|
|
#include <stdbool.h>
|
|
|
|
#include "patch.h"
|
|
#include "program.h"
|
|
|
|
int firehose_run(int fd);
|
|
int sahara_run(int fd, char *prog_mbn);
|
|
void print_hex_dump(const char *prefix, const void *buf, size_t len);
|
|
|
|
extern bool qdl_debug;
|
|
|
|
#endif
|