summaryrefslogtreecommitdiffstats
path: root/u-boot/board/goldelico/gta04/ulpi-phy.h
blob: 7443c372890b49efc81fc0449e636be55be6354a (plain)
1
2
3
4
5
6
#ifndef _ULPI_PHY_H
#define _ULPI_PHY_H

u8 ulpi_direct_access(u8 port, u8 reg, int write, u8 value);

#endif