1
0
mirror of https://github.com/sendyne/cppreg.git synced 2025-05-09 23:24:05 +00:00
cppreg/cppreg.h
Nicolas Clauvelin c1081a114e Code maintenance
* Revise and simplify most enable_if statements in the project.
* Update code style in all files.
* Update copyright year.
* Add a dedicated Memory.h header with the memory device implementation.
* Update documentation.
* CMake cleanup.
2019-04-24 17:00:57 -04:00

21 lines
381 B
C

//! cppreg library header.
/**
* @file cppreg.h
* @author Nicolas Clauvelin (nclauvelin@sendyne.com)
* @copyright Copyright 2010-2019 Sendyne Corp. All rights reserved.
*/
#ifndef CPPREG_CPPREG_H
#define CPPREG_CPPREG_H
#include "Field.h"
#include "Internals.h"
#include "MergeWrite.h"
#include "Register.h"
#include "RegisterPack.h"
#endif // CPPREG_CPPREG_H