Home
last modified time | relevance | path

Searched refs:epca_error (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/char/
Depca.c78 #define epcaassert(x, msg) if (!(x)) epca_error(__LINE__, msg)
202 static void epca_error(int, char *);
499 static void epca_error(int line, char *msg) in epca_error() function