summaryrefslogtreecommitdiffstats
path: root/include/drivers/brcm/emmc/emmc_chal_types.h
blob: 9563273adbbed039bb82a3994c1e387577fb2d06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * Copyright (c) 2016 - 2020, Broadcom
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */


#ifndef CHAL_TYPES_H
#define CHAL_TYPES_H

#include <stdint.h>

//
// Generic cHAL handler
//
#ifndef CHAL_HANDLE
	typedef void *CHAL_HANDLE;	///< void pointer (32 bits wide)
#endif

#endif	/* _CHAL_TYPES_H_ */