mirror of
https://github.com/QIDITECH/klipper.git
synced 2026-02-01 16:38:41 +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
|