summaryrefslogtreecommitdiff
path: root/Source/DirectFB/gfxdrivers/sh772x/sh7722_multi.h
blob: 1a8008e2111df72a13bb7a021a93a614486385ca (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __SH7722__MULTI_H__
#define __SH7722__MULTI_H__

#include "sh7722_types.h"

#define SH7722_MULTI_SUPPORTED_OPTIONS  (DLOP_SRC_COLORKEY)

extern DisplayLayerFuncs sh7722MultiLayerFuncs;

#endif