Fix gcc4 build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33294 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -20,7 +20,7 @@ struct kernel_args;
|
|||||||
|
|
||||||
/* Timer info structure */
|
/* Timer info structure */
|
||||||
struct timer_info {
|
struct timer_info {
|
||||||
char *name;
|
const char *name;
|
||||||
int (*get_priority)(void);
|
int (*get_priority)(void);
|
||||||
status_t (*set_hardware_timer)(bigtime_t timeout);
|
status_t (*set_hardware_timer)(bigtime_t timeout);
|
||||||
status_t (*clear_hardware_timer)(void);
|
status_t (*clear_hardware_timer)(void);
|
||||||
|
|||||||
Reference in New Issue
Block a user