16 lines
724 B
C
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 */
|