IPC.h 282 Bytes



#ifndef _IPC_H_
#define _IPC_H_

#include "stdint.h"

extern volatile uint8_t IPCLCDOnReqTelltales;
#define   IPC_LCD_ON_REQ_TELLTALES          IPCLCDOnReqTelltales

extern volatile uint8_t IPCLCDOnReqPopups;
#define   IPC_LCD_ON_REQ_POPUPS             IPCLCDOnReqPopups

#endif