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