Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
eb125a88
Commit
eb125a88
authored
Feb 13, 2021
by
Antoine Kaufmann
Browse files
lib/nicbm: move csassert out of namespace, include cstring
parent
c8dd4e29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
lib/simbricks/nicbm/nicbm.h
lib/simbricks/nicbm/nicbm.h
+2
-3
No files found.
lib/simbricks/nicbm/nicbm.h
View file @
eb125a88
...
@@ -25,6 +25,8 @@
...
@@ -25,6 +25,8 @@
#ifndef SIMBRICKS_NICBM_NICBM_H_
#ifndef SIMBRICKS_NICBM_NICBM_H_
#define SIMBRICKS_NICBM_NICBM_H_
#define SIMBRICKS_NICBM_NICBM_H_
#include <cassert>
#include <cstring>
#include <set>
#include <set>
#include <deque>
#include <deque>
extern
"C"
{
extern
"C"
{
...
@@ -33,9 +35,6 @@ extern "C" {
...
@@ -33,9 +35,6 @@ extern "C" {
namespace
nicbm
{
namespace
nicbm
{
#include <cassert>
static
const
size_t
MAX_DMA_LEN
=
2048
;
static
const
size_t
MAX_DMA_LEN
=
2048
;
class
DMAOp
{
class
DMAOp
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment