1 #ifndef __SH7722__MULTI_H__
2 #define __SH7722__MULTI_H__
3 
4 #include "sh7722_types.h"
5 
6 #define SH7722_MULTI_SUPPORTED_OPTIONS  (DLOP_SRC_COLORKEY)
7 
8 extern DisplayLayerFuncs sh7722MultiLayerFuncs;
9 
10 #endif
11 
12