mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 23:35:03 +07:00
8 lines
127 B
C
8 lines
127 B
C
|
#ifndef __MACH_ULPI_H
|
||
|
#define __MACH_ULPI_H
|
||
|
|
||
|
extern struct otg_io_access_ops mxc_ulpi_access_ops;
|
||
|
|
||
|
#endif /* __MACH_ULPI_H */
|
||
|
|