This website requires JavaScript.
Explore
Help
Register
Sign In
Minki
/
linux
Watch
1
Star
0
Fork
1
You've already forked linux
mirror of
https://github.com/torvalds/linux.git
synced
2024-12-11 05:33:09 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1d7bb1d50f
linux
/
arch
/
m68k
/
hp300
/
time.h
2 lines
52 B
C
Raw
Normal View
History
Unescape
Escape
IRQ: Use the new typedef for interrupt handler function pointers Use the new typedef for interrupt handler function pointers rather than actually spelling out the full thing each time. This was scripted with the following small shell script: #!/bin/sh egrep -nHrl -e 'irqreturn_t[ ]*[(][*]' $* | while read i do echo $i perl -pi -e 's/irqreturn_t\s*[(]\s*[*]\s*([_a-zA-Z0-9]*)\s*[)]\s*[(]\s*int\s*,\s*void\s*[*]\s*[)]/irq_handler_t \1/g' $i || exit $? done Signed-Off-By: David Howells <dhowells@redhat.com>
2006-10-09 11:19:47 +00:00
extern
void
hp300_sched_init
(
irq_handler_t
vector
)
;
Reference in New Issue
Copy Permalink