mesa/src/freedreno/decode/pager.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
206 B
C
Raw Normal View History

/*
* Copyright © 2018 Rob Clark <robdclark@gmail.com>
* SPDX-License-Identifier: MIT
*/
#ifndef __PAGER_H__
#define __PAGER_H__
void pager_open(void);
int pager_close(void);
#endif /* __PAGER_H__ */