Commit e3f54200 authored by Federico Vaga's avatar Federico Vaga

lib: remove unsed structure

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 6b2ce74a
......@@ -48,17 +48,6 @@ struct polltrtl {
short revents; /**< like in pollfd poll(2) */
};
/**
* Debug descriptor. It is not obfuscated because it is meant for debugging
* purpose. This way, it leaves the user all the freedom to read/poll the
* debug channel as (s)he wants.
*/
struct trtl_dbg {
struct trtl_dev *trtl; /**< device token */
unsigned int cpu_index; /**< CPU index */
int fd; /**< file descriptor of the debug interface */
};
/**
* Error codes for Mock-Turtle applications
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment