mirror of
https://github.com/linux-msm/cdba.git
synced 2026-02-25 13:11:56 -08:00
9 lines
116 B
C
9 lines
116 B
C
|
|
#ifndef __STATUS_CMD_H__
|
||
|
|
#define __STATUS_CMD_H__
|
||
|
|
|
||
|
|
struct device;
|
||
|
|
|
||
|
|
int status_cmd_open(struct device *dev);
|
||
|
|
|
||
|
|
#endif
|