This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "the great next stuff".
The branch, dde_net has been updated via 0b7aac4481ee99f000305e90901951918ae34ccc (commit) from a8d6d1c97c980e8ab0073943deda257dbd216e14 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0b7aac4481ee99f000305e90901951918ae34ccc Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Tue Mar 31 00:48:19 2020 +0200 Fix calling machdevdde We can not include dde* and machdev* at the same time, they have conflicting definitions for phys_addr_t, errno values, etc. whatnot. * main.c: Include "machdev.h". Move initialization calls to... * machdev.h: ... new file. * machdev.c: New file. ----------------------------------------------------------------------- Summary of changes: machdev.c | 20 ++++++++++++++++++++ machdev.h | 6 ++++++ main.c | 17 ++++------------- 3 files changed, 30 insertions(+), 13 deletions(-) create mode 100644 machdev.c create mode 100644 machdev.h hooks/post-receive -- the great next stuff