1 /* 2 * Copyright © 2018 Rob Clark <[email protected]> 3 * SPDX-License-Identifier: MIT 4 * 5 * Authors: 6 * Rob Clark <[email protected]> 7 */ 8 9 #ifndef FD5_RESOURCE_H_ 10 #define FD5_RESOURCE_H_ 11 12 #include "freedreno_resource.h" 13 14 uint32_t fd5_setup_slices(struct fd_resource *rsc); 15 16 #endif /* FD5_RESOURCE_H_ */ 17