diff options
author | Eugeni Dodonov <eugeni.dodonov@intel.com> | 2011-10-31 14:43:22 -0200 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-05-24 18:47:41 +0100 |
commit | df6ab02c3690eea8393ecc8c113e2f2891856cc6 (patch) | |
tree | 73cc04b76c7bd85442d684a895f388389ce54dd4 /src/sna/sna_module.h | |
parent | ae2be7e25bda46551381c19a673b321b4382e1f9 (diff) |
Unify options handling between UXA and SNA
Unifies available options for both UXA and SNA drivers, and
moves them into a common header file, intel_opts.h.
Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
Diffstat (limited to 'src/sna/sna_module.h')
-rw-r--r-- | src/sna/sna_module.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sna/sna_module.h b/src/sna/sna_module.h index 97d5dd5e..aa1ae0d3 100644 --- a/src/sna/sna_module.h +++ b/src/sna/sna_module.h @@ -1,3 +1 @@ -const OptionInfoRec *sna_available_options(int chipid, int busid); void sna_init_scrn(ScrnInfoPtr scrn, int entity_num); - |