10 lines
137 B
C
10 lines
137 B
C
#ifndef _IF482_H
|
|
#define _IF482_H
|
|
|
|
#include "globals.h"
|
|
#include "irqhandler.h"
|
|
|
|
void if482_init(void);
|
|
void sendIF482(time_t t);
|
|
|
|
#endif |