/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- */ #ifndef NV_EVENT_LOG_H #define NV_EVENT_LOG_H extern void NvInitEventLog(); extern void NvExitEventLog(); extern void NvInitService(); extern void NvExitService(); #endif