diff options
Diffstat (limited to 'src/ast_tool.c')
-rw-r--r-- | src/ast_tool.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ast_tool.c b/src/ast_tool.c index 1e1cb6b..9ab28cb 100644 --- a/src/ast_tool.c +++ b/src/ast_tool.c @@ -50,12 +50,6 @@ /* Driver specific headers */ #include "ast.h" -/* Prototype type declaration*/ -Bool ASTMapMem(ScrnInfoPtr pScrn); -Bool ASTUnmapMem(ScrnInfoPtr pScrn); -Bool ASTMapMMIO(ScrnInfoPtr pScrn); -void ASTUnmapMMIO(ScrnInfoPtr pScrn); - Bool ASTMapMem(ScrnInfoPtr pScrn) { |