2006-12-09 19:20:00 +00:00
|
|
|
/*
|
|
|
|
util - helper functions
|
|
|
|
Copyright (C) 2006 Jean Delvare <khali@linux-fr.org>
|
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
2007-08-15 08:23:15 +00:00
|
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
|
|
(at your option) any later version.
|
2006-12-09 19:20:00 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _UTIL_H
|
|
|
|
#define _UTIL_H
|
|
|
|
|
|
|
|
extern int user_ack(int def);
|
2011-04-15 08:26:49 +00:00
|
|
|
extern unsigned long inx(int addr, int width);
|
2006-12-09 19:20:00 +00:00
|
|
|
|
|
|
|
#endif /* _UTIL_H */
|