Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/cris/kernel/
Dfasttimer.c590 static struct proc_dir_entry *fasttimer_proc_entry; variable
592 static struct proc_dir_entry fasttimer_proc_entry = variable
967 if ((fasttimer_proc_entry = create_proc_entry( "fasttimer", 0, 0 ))) in fast_timer_init()
968 fasttimer_proc_entry->read_proc = proc_fasttimer_read; in fast_timer_init()
970 proc_register_dynamic(&proc_root, &fasttimer_proc_entry); in fast_timer_init()