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

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

struct arch_tcbd {
	/* empty for now, but should probably be filled with stuff like register
	 * saving of something */
};

#endif /* ARCH_RISCV_TCB_H */