helos1/driver/irq/pic/rtc/internal.h

9 lines
131 B
C
Raw Normal View History

2021-11-07 23:07:47 +08:00
#pragma once
#include "rtc.h"
#include "../../../../main.h"
extern void * __pic_rtc_IRQHandler;
SYSV_ABI void __pic_rtc_IRQ8();