summaryrefslogtreecommitdiff
path: root/asoc/codecs/tas256x/logical_layer/inc/smartpa-debug-common.h
blob: 14bde3d2ed7803d16760b0f5b2f4b53fd3e297b1 (plain)
1
2
3
4
5
6
7
#ifndef __SMARTPA_DEGUG_COMMON_H__
#define __SMARTPA_DEGUG_COMMON_H__
#include <linux/i2c.h>

int smartpa_debug_probe(struct i2c_client *client);

#endif