blob: 15bfb7d1a5ee2bec488f3a8ec4586bbee6b52438 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef LISP16_READ_H
#define LISP16_READ_H
#include "mem.h"
#include "stream.h"
lsp_status_t lsp_read(lsp_mem_t *m, lsp_in_stream_t *s, lsp_addr_t *addr);
#endif
|