mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
8 lines
127 B
C
8 lines
127 B
C
#ifndef _RTL837X_INIT_H_
|
|
#define _RTL837X_INIT_H_
|
|
|
|
void rtl8372_init(void) __banked;
|
|
void rtl8373_init(void) __banked;
|
|
|
|
#endif
|