aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv64/include/tcb.h
blob: 8cd32ed85e8e61b2a5352779c572c52fe8432663 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef ARCH_RISCV_TCB_H
#define ARCH_RISCV_TCB_H

/**
 * @file tcb.h
 * riscv64 definitions of arch-specific tcb data.
 */

/**
 * riscv-specific thread handling stuff.
 *
 * Empty for now, but should probably be filled with stuff like register
 * saving of something
 */
struct arch_tcbd {
};

#endif /* ARCH_RISCV_TCB_H */