mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
added namespace
Signed-off-by: Pascal Henry Bauer <pascal.bauer@rwth-aachen.de>
This commit is contained in:
parent
7534086e08
commit
dfb4d30b3f
1 changed files with 7 additions and 1 deletions
|
@ -8,7 +8,13 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*********************************************************************************/
|
||||
|
||||
namespace villas {
|
||||
namespace fpga {
|
||||
|
||||
class Card {
|
||||
public:
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
} /* namespace fpga */
|
||||
} /* namespace villas */
|
Loading…
Add table
Reference in a new issue