diff options
author | Jon Smirl <jonsmirl@yahoo.com> | 2004-09-30 21:12:10 +0000 |
---|---|---|
committer | Jon Smirl <jonsmirl@yahoo.com> | 2004-09-30 21:12:10 +0000 |
commit | 9f9a8f1382711a05ec000b639d971b619d8bc305 (patch) | |
tree | a7ee85ea5c3077310731d7d9b038de60e79eb4ee /shared-core/via_mm.h | |
parent | 368493edc9e47ce63edf955e9fa9d096500c4e8e (diff) |
Lindent of core build. Drivers checked for no binary diffs. A few files
weren't Lindent's because their comments didn't convert very well. A
bunch of other minor clean up with no code implact included.
Diffstat (limited to 'shared-core/via_mm.h')
-rw-r--r-- | shared-core/via_mm.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/shared-core/via_mm.h b/shared-core/via_mm.h index c476ac6a..ea83a0ba 100644 --- a/shared-core/via_mm.h +++ b/shared-core/via_mm.h @@ -25,21 +25,21 @@ #define _via_drm_mm_h_ typedef struct { - unsigned int context; - unsigned int size; - unsigned long offset; - unsigned int free; + unsigned int context; + unsigned int size; + unsigned long offset; + unsigned int free; } drm_via_mm_t; typedef struct { - unsigned int size; - unsigned long handle; - void *virtual; + unsigned int size; + unsigned long handle; + void *virtual; } drm_via_dma_t; -int via_fb_alloc(drm_via_mem_t *mem); -int via_fb_free(drm_via_mem_t *mem); -int via_agp_alloc(drm_via_mem_t *mem); -int via_agp_free(drm_via_mem_t *mem); +int via_fb_alloc(drm_via_mem_t * mem); +int via_fb_free(drm_via_mem_t * mem); +int via_agp_alloc(drm_via_mem_t * mem); +int via_agp_free(drm_via_mem_t * mem); #endif |