Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4102 → Rev 4103

/drivers/include/drm/drm_fixed.h
20,11 → 20,13
* OTHER DEALINGS IN THE SOFTWARE.
*
* Authors: Dave Airlie
* Christian Konig
* Christian König
*/
#ifndef DRM_FIXED_H
#define DRM_FIXED_H
 
#include <linux/math64.h>
 
typedef union dfixed {
u32 full;
} fixed20_12;