"python/vscode:/vscode.git/clone" did not exist on "6840a7bbb2e6f3c5b00967f02d908648f9bd72fb"
Commit eb125a88 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

lib/nicbm: move csassert out of namespace, include cstring

parent c8dd4e29
......@@ -25,6 +25,8 @@
#ifndef SIMBRICKS_NICBM_NICBM_H_
#define SIMBRICKS_NICBM_NICBM_H_
#include <cassert>
#include <cstring>
#include <set>
#include <deque>
extern "C" {
......@@ -33,9 +35,6 @@ extern "C" {
namespace nicbm {
#include <cassert>
static const size_t MAX_DMA_LEN = 2048;
class DMAOp {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment