• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef H_RGA2_DRV_H
3 #define H_RGA2_DRV_H
4 
5 extern struct ion_client *rockchip_ion_client_create(const char *name);
6 
7 #endif
8