summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 7c4785069a7d2084df5b1888c7f3a73ebbf6e090 (plain)
1
2
3
4
5
6
*~
.*.sw?
/docs_build/
/docs/projects/
/docs_output/
/releng/
d // limitations under the License. */ #ifndef DISPLAY_L4GEN_H #define DISPLAY_L4GEN_H struct display_screen; struct display_screen *display_l4gen(void); #endif /* DISPLAY_L4GEN_H */