Ignore:
Timestamp:
Jul 27, 2011, 8:23:54 PM (14 years ago)
Author:
rudi
Message:

Avoid some warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cmedia/trunk/Cmpci/cmpci.c

    r556 r557  
    452452#endif
    453453
    454 int     prog_dmabuf(struct cm_state *s, unsigned rec);
    455 void    update_mixer(struct cm_state *s);
    456 void    set_device_state(struct cm_state *s);
     454__static__ int  prog_dmabuf(struct cm_state *s, unsigned rec);
     455__static__ void update_mixer(struct cm_state *s);
    457456
    458457
     
    546545  void maskw(unsigned short addr, unsigned mask, unsigned value);
    547546  #pragma aux maskw =                   \
     547     "xor eax, eax"                     \
    548548     "in ax, dx"                        \
    549549     "and eax, ecx"                     \
     
    569569     modify exact nomemory [ecx]        \
    570570     value [cl];
     571
     572  void  set_device_state(struct cm_state *s);
    571573
    572574#endif
Note: See TracChangeset for help on using the changeset viewer.