commit | 9761c3fcb8cf2ce89a29cb9202e4282d94f33d9d | [log] [tgz] |
---|---|---|
author | Jason Sams <jsams@google.com> | Tue Nov 26 18:10:59 2013 -0800 |
committer | Jason Sams <jsams@google.com> | Mon Dec 02 16:26:41 2013 -0800 |
tree | 9b249e962ab301890cad970eb71e40b9b27fa347 | |
parent | 6f34980c3c21fa9b17a8507570aa7c11fb4a6470 [diff] [blame] |
implement finish Change-Id: If1ec99d0dbcf7aebf9d90d7779bf3ff34a8963f2
diff --git a/rs_hal.h b/rs_hal.h index 16bd890..9ae6fed 100644 --- a/rs_hal.h +++ b/rs_hal.h
@@ -287,6 +287,7 @@ void (*destroy)(const Context *rsc, const ScriptGroup *sg); } scriptgroup; + void (*finish)(const Context *rsc); } RsdHalFunctions;