1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (C) 2015 Google, Inc
4 * Written by Simon Glass <sjg@chromium.org>
14 int ram_get_info(struct udevice *dev, struct ram_info *info)
16 struct ram_ops *ops = ram_get_ops(dev);
21 return ops->get_info(dev, info);
24 UCLASS_DRIVER(ram) = {