965d90d3f292974b04b21b43fa89683895d32838
[reactos.git] / reactos / services / eventlog / eventlog.h
1
2 #ifndef __EVENTLOG_H__
3 #define __EVENTLOG_H__
4
5 typedef struct _IO_ERROR_LPC
6 {
7 PORT_MESSAGE Header;
8 IO_ERROR_LOG_MESSAGE Message;
9 } IO_ERROR_LPC, *PIO_ERROR_LPC;
10
11 BOOL
12 StartPortThread(VOID);
13
14
15 #endif /* __EVENTLOG_H__ */
16
17 /* EOF */