summaryrefslogtreecommitdiffstats
path: root/init/vendor_init.h
Commit message (Collapse)AuthorAgeFilesLines
* Add vendor hook to handle_control_messageAaron Kling2016-01-011-0/+1
| | | | | | | | | | | | This is needed for Nvidia Shield devices to handle a 'restart consolemode' request from a blobbed stock app. The vendor function is expected to return non-0 if it did not handle the message and 0 if it did (or wants it ignored). Forward port of 119414. Change-Id: Ia8e4ba0bbf561f29f72862cd986f1660d7b501da
* init: Add vendor-specific initialization hooks.David Ng2015-10-161-0/+33
Allow optional vendor-specific initializations within init. This can be used for runtime initialization setup that init rc scripts do not support. Change-Id: I7623a0d59b18f9ec8e3623958e2f7ccd72b877bf