aboutsummaryrefslogtreecommitdiffstats
path: root/src/sdiocmds.h
blob: 24ec9811c952ebde3f5d9ec559a8cd417330cede (plain)
1
2
3
4
5
6
7
8
#ifndef __SDIOCMDS_H
#define __SDIOCMDS_H

#include <stdint.h> // uint8_t

struct sdiodev_s *sdiodev_oid_lookup(uint8_t oid);

#endif // sdiocmds.h