#ifndef __STATUS_CMD_H__ #define __STATUS_CMD_H__ struct device; int status_cmd_open(struct device *dev); #endif