aboutsummaryrefslogtreecommitdiff
path: root/shared/fs/afs/constants/records.zig
blob: 579c8ba0d24bc9a928aab90464f43dfa1065b356 (plain)
1
2
3
4
5
6
//! AFS Record Types

pub const index_stack: u16 = 0x0001;
pub const index_unit: u16 = 0x0002;
pub const index_stack_thread: u16 = 0x0003;
pub const index_unit_thread: u16 = 0x0004;