mirror of
https://github.com/QIDITECH/klipper.git
synced 2026-01-30 23:48:43 +03:00
9 lines
148 B
C
9 lines
148 B
C
#ifndef __SDIOCMDS_H
|
|
#define __SDIOCMDS_H
|
|
|
|
#include <stdint.h> // uint8_t
|
|
|
|
struct sdiodev_s *sdiodev_oid_lookup(uint8_t oid);
|
|
|
|
#endif // sdiocmds.h
|