Release coccinelle-0.1.9-rc1
[bpt/coccinelle.git] / tests / pmac.c
1 #ifdef CONFIG_PPC_HAS_FEATURE_CALLS
2 #include <asm/pmac_feature.h>
3 #else
4 #include <asm/feature.h>
5 #endif
6
7 #define chip_t pmac_t
8
9
10 static int snd_pmac_register_sleep_notifier(pmac_t *chip);
11 static int snd_pmac_unregister_sleep_notifier(pmac_t *chip);