Files
rk35xx-android14/u-boot/include/rknand.h
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

21 lines
500 B
C

/*
* Copyright (C) (C) Copyright 2017 Rockchip Electronics Co., Ltd
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef __RKNAND_H__
#define __RKNAND_H__
/**
* rknand_scan_namespace - scan all namespaces attached to RK NAND
* controllers
*
* This probes all registered RK NAND uclass device drivers in the
* system,and tries to find all namespaces attached to the RK NAND
* controllers.
*
* @return: 0 on success, -ve on error
*/
int rknand_scan_namespace(void);
#endif /* __RKNAND_H__ */