From 38e1294770598d49e2a4542d96be0491918546bb Mon Sep 17 00:00:00 2001 From: David Beck Date: Wed, 12 Sep 2018 16:02:24 +0100 Subject: IVGCVSW-1805: model converter functions for the Android 1.1 SUB operator Change-Id: I939cb8d26766c93ee8e3c92909d69549328b0ea7 --- 1.1/HalPolicy.hpp | 1 + 1 file changed, 1 insertion(+) (limited to '1.1/HalPolicy.hpp') diff --git a/1.1/HalPolicy.hpp b/1.1/HalPolicy.hpp index af858781..3b7fe541 100644 --- a/1.1/HalPolicy.hpp +++ b/1.1/HalPolicy.hpp @@ -26,6 +26,7 @@ public: private: static bool ConvertDiv(const Operation& operation, const Model& model, ConversionData& data); + static bool ConvertSub(const Operation& operation, const Model& model, ConversionData& data); }; } // namespace hal_1_1 -- cgit v1.2.1