mirror of
https://github.com/mrkite/regs.git
synced 2025-02-20 01:29:04 +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);
|