Files
2025-11-07 10:05:24 +08:00

16 lines
724 B
C

/* ============================================================================================================================
** (C) Copyright 2022 Kotei
** Author: Luo Yajun
** Date: 2022/9/29
============================================================================================================================ */
#ifndef EX_MAX9276_H
#define EX_MAX9276_H
/* ========================================================================================================================= */
#include "exvdev.h"
/* ========================================================================================================================= */
struct vdev_device *max9276_init(void *init_data);
#endif /* EX_MAX9276_H */