make InterruptVector public (#44)

wch-ch32v003
Matt Knight 2 years ago committed by Matt Knight
parent 708f0a6af6
commit befb9a2928

@ -76,7 +76,7 @@ pub fn mmioInt(addr: usize, comptime size: usize, comptime T: type) *volatile Mm
return @intToPtr(*volatile MmioInt(size, T), addr); return @intToPtr(*volatile MmioInt(size, T), addr);
} }
const InterruptVector = extern union { pub const InterruptVector = extern union {
C: fn () callconv(.C) void, C: fn () callconv(.C) void,
Naked: fn () callconv(.Naked) void, Naked: fn () callconv(.Naked) void,
// Interrupt is not supported on arm // Interrupt is not supported on arm

Loading…
Cancel
Save