[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / libclc / r600 / lib / image / get_image_depth.cl
blob18646458e9adf29af1353c7a25e7bc78708b9da8
1 #include <clc/clc.h>
3 _CLC_DECL int __clc_get_image_depth_3d(image3d_t);
5 _CLC_OVERLOAD _CLC_DEF int
6 get_image_depth(image3d_t image) {
7 return __clc_get_image_depth_3d(image);