mirror of
https://github.com/mrkite/regs.git
synced 2024-11-29 04:49:16 +00:00
12 lines
170 B
C
12 lines
170 B
C
#pragma once
|
|
|
|
/**
|
|
* @copyright 2018 Sean Kasun
|
|
* The tracing scanner.
|
|
*/
|
|
|
|
#include "map.h"
|
|
#include <stdlib.h>
|
|
|
|
extern void scan(uint8_t *data, size_t len, Map *map);
|