15 lines
181 B
C
15 lines
181 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/*
|
||
|
* Copyright (C) 2021 MediaTek Inc.
|
||
|
*/
|
||
|
#ifndef GBE1_H
|
||
|
#define GBE1_H
|
||
|
|
||
|
|
||
|
extern void gbe1_exit(void);
|
||
|
|
||
|
extern int gbe1_init(void);
|
||
|
|
||
|
#endif
|
||
|
|