hw_wm8731.h
Go to the documentation of this file.
00001
00039 #ifndef HW_WM8731_H
00040 #define HW_WM8731_H
00041 
00042 #include <cfg/macros.h>
00043
00044 #warning FIXME: This is an example implementation, you must implement it
00045 
00046
00047 #define WM8731_PIN_INIT() \
00048     do { \
00049         /* implement me */ \
00050     } while (0)
00051
00052 #define WM8731_MCLK_INIT() \
00053     do { \
00054         /* implement me */ \
00055     } while(0)
00056
00057
00058 #endif /* HW_WM8731_H */