Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tapasco
tapasco
Commits
4087088e
Commit
4087088e
authored
May 30, 2017
by
Jens Korinth
Browse files
Closes
#79
- Rename platform_api.h to platform.h
* suffix `_api` is unusual, removed * fixed all includes
parent
2a8a3af7
Changes
23
Hide whitespace changes
Inline
Side-by-side
platform/vc709/src/platform_vc709.cpp
View file @
4087088e
...
@@ -35,7 +35,7 @@ extern "C" {
...
@@ -35,7 +35,7 @@ extern "C" {
}
}
#include
"platform_errors.h"
#include
"platform_errors.h"
#include
"platform
_api
.h"
#include
"platform.h"
#include
"buddy_allocator.hpp"
#include
"buddy_allocator.hpp"
#ifdef __cplusplus
#ifdef __cplusplus
...
...
platform/zynq/src/platform_address_map.c
View file @
4087088e
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
* @brief Implementation for platform API address calls.
* @brief Implementation for platform API address calls.
* @author J. Korinth, TU Darmstadt (jk@esa.cs.tu-darmstadt.de)
* @author J. Korinth, TU Darmstadt (jk@esa.cs.tu-darmstadt.de)
**/
**/
#include
<platform
_api
.h>
#include
<platform.h>
platform_ctl_addr_t
platform_address_get_slot_base
(
platform_ctl_addr_t
platform_address_get_slot_base
(
platform_slot_id_t
const
slot_id
,
platform_slot_id_t
const
slot_id
,
...
...
platform/zynq/src/platform_zynq.c
View file @
4087088e
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
//! loadable kernel module. Communicates with the Zynq fabric via
//! loadable kernel module. Communicates with the Zynq fabric via
//! device driver.
//! device driver.
//! @authors J. Korinth, TU Darmstadt (jk@esa.cs.tu-darmstadt.de)
//! @authors J. Korinth, TU Darmstadt (jk@esa.cs.tu-darmstadt.de)
//! @version 1.
1
//! @version 1.
2
//! @copyright Copyright 2014, 2015 J. Korinth
//! @copyright Copyright 2014, 2015 J. Korinth
//!
//!
//! This file is part of Tapasco (TPC).
//! This file is part of Tapasco (TPC).
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
#include
<assert.h>
#include
<assert.h>
#include
<module/zynq_platform.h>
#include
<module/zynq_platform.h>
#include
<module/zynq_ioctl_cmds.h>
#include
<module/zynq_ioctl_cmds.h>
#include
<platform
_api
.h>
#include
<platform.h>
#include
<platform_errors.h>
#include
<platform_errors.h>
#include
"platform_logging.h"
#include
"platform_logging.h"
...
...
Prev
1
2
Next
Jens Korinth
@jk
mentioned in commit
a831b501
·
Jul 14, 2017
mentioned in commit
a831b501
mentioned in commit a831b5015df6bd8f8d23ddd334a3b1159392de92
Toggle commit list
Write
Preview
Supports
Markdown
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