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