This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2024-12-05 09:16:44 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
15a063f78e
linux_dsm_epyc7002
/
arch
/
m68k
/
hp300
/
time.h
3 lines
100 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 18:19:47 +07:00
extern
void
hp300_sched_init
(
irq_handler_t
vector
)
;
m68k: hp300 - Checkpatch cleanup arch/m68k/hp300/time.h:2: WARNING: space prohibited between function name and open parenthesis '(' Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
2010-02-27 23:51:33 +07:00
extern
unsigned
long
hp300_gettimeoffset
(
void
)
;
Reference in New Issue
Copy Permalink