]> Git Repo - J-u-boot.git/blob - include/k3-ddrss.h
disk: part: Add API to get partitions with specific driver
[J-u-boot.git] / include / k3-ddrss.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Texas Instruments' K3 DDRSS Driver
4  *
5  * Copyright (C) 2021-2022 Texas Instruments Incorporated - https://www.ti.com/
6  *
7  */
8
9 #ifndef _K3_DDRSS_
10 #define _K3_DDRSS_
11
12 struct udevice;
13
14 int k3_ddrss_ddr_fdt_fixup(struct udevice *dev, void *blob, struct bd_info *bd);
15
16 #endif
This page took 0.025516 seconds and 4 git commands to generate.