#ifndef __BUS_ERROR_H__ #define __BUS_ERROR_H__ #define EBUS_TIMEOUT 1 #define EBUS_CLOSED 2 #define ESHM_BUS_KEY_INUSED 3 extern int bus_errno; char *bus_strerror(int eno) ; #endif