xref: /aosp_15_r20/external/mesa3d/src/freedreno/decode/pager.h (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1 /*
2  * Copyright © 2018 Rob Clark <[email protected]>
3  * SPDX-License-Identifier: MIT
4  */
5 
6 #ifndef __PAGER_H__
7 #define __PAGER_H__
8 
9 void pager_open(void);
10 int pager_close(void);
11 
12 #endif /* __PAGER_H__ */
13