coccinelle release 0.2.5
[bpt/coccinelle.git] / tests / pmac.c
CommitLineData
34e49164
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
10static int snd_pmac_register_sleep_notifier(pmac_t *chip);
11static int snd_pmac_unregister_sleep_notifier(pmac_t *chip);