driver.h
author celestar
Fri, 29 Dec 2006 12:33:26 +0000
branchcustombridgeheads
changeset 5596 fdbe3e553294
parent 5170 56c12a62af49
permissions -rw-r--r--
(svn r7614) [cbh] - Codechange: Moved the DiagDirection of the bridge head from m5 bits 0..1 to m4 bits 5..6
/* $Id$ */

#ifndef DRIVER_H
#define DRIVER_H

void LoadDriver(int driver, const char *name);

bool GetDriverParamBool(const char* const* parm, const char* name);
int GetDriverParamInt(const char* const* parm, const char* name, int def);

char *GetDriverList(char *p, const char *last);

#endif /* DRIVER_H */