blob: 9563273adbbed039bb82a3994c1e387577fb2d06 [file] [log] [blame]
/*
* 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_ */