10 lines
160 B
C
10 lines
160 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
/* Copyright (c) LOTUS. All rights reserved. */
|
|
|
|
#ifndef __UPDATE_H__
|
|
#define __UPDATE_H__
|
|
|
|
void auto_update(void);
|
|
|
|
#endif
|