blob: d1e0717112ab2c1a5e3e3a8de62fb45c4a9c4710 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#ifndef ARCH_RISCV_TCB_H
#define ARCH_RISCV_TCB_H
struct arch_tcbd {
/* empty for now, but should probably be filled with stuff like register
* saving of something */
};
#endif /* ARCH_RISCV_TCB_H */
|