]> Git Repo - J-u-boot.git/blob - include/power/fan53555.h
Merge tag 'u-boot-rockchip-20191124' of https://gitlab.denx.de/u-boot/custodians...
[J-u-boot.git] / include / power / fan53555.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2019 Vasily Khoruzhick <[email protected]>
4  */
5
6 #ifndef _FAN53555_H_
7 #define _FAN53555_H_
8
9 enum fan53555_vendor {
10         FAN53555_VENDOR_FAIRCHILD,
11         FAN53555_VENDOR_SILERGY,
12 };
13
14 #endif
This page took 0.02834 seconds and 4 git commands to generate.