ASoC: es8323: update codec es8323 driver
[firefly-linux-kernel-4.4.55.git] / sound / soc / codecs / pickle.h
1 #ifndef PICKLE_H_
2 #define  PICKLE_H_
3
4 void *pickle_pjt(cfw_project *p, int *n);
5 cfw_project *unpickle_pjt(void *p, int n);
6
7 #endif