From 4746e5a76959f41f34eba78607a23f0b8a058e14 Mon Sep 17 00:00:00 2001 From: Kitae Kim Date: Tue, 8 May 2012 20:08:28 +0900 Subject: [PATCH] [Title] Add api index for checking sdk version between host and guest. [Type] [Module] emulator-kernel / codec [Priority] [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- drivers/maru/maru_codec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/maru/maru_codec.c b/drivers/maru/maru_codec.c index 537795fa62b5..8c6d7f1e08e7 100644 --- a/drivers/maru/maru_codec.c +++ b/drivers/maru/maru_codec.c @@ -105,6 +105,7 @@ enum svcodec_param_apiindex { EMUL_AV_PARSER_PARSE, EMUL_AV_PARSER_CLOSE, EMUL_GET_MMAP_INDEX, + EMUL_GET_CODEC_VER = 50, }; typedef struct _svcodec_dev { -- 2.34.1