Apply memory policies to top two highest zones when highest zone is ZONE_MOVABLE
[sfrench/cifs-2.6.git] / sound / oss / pas2.h
1
2 /*      From pas_card.c */
3 int pas_set_intr(int mask);
4 int pas_remove_intr(int mask);
5 unsigned char pas_read(int ioaddr);
6 void pas_write(unsigned char data, int ioaddr);
7
8 /*      From pas_audio.c */
9 void pas_pcm_interrupt(unsigned char status, int cause);
10 void pas_pcm_init(struct address_info *hw_config);
11
12 /*      From pas_mixer.c */
13 int pas_init_mixer(void);
14
15 /*      From pas_midi.c */
16 void pas_midi_init(void);
17 void pas_midi_interrupt(void);