- updated service(s) to be KernelObject's
- various cleanups
This commit is contained in:
parent
725d240bf7
commit
eab6fd01d7
7 changed files with 31 additions and 59 deletions
|
@ -23,7 +23,7 @@ public:
|
|||
* Gets the string port name used by CTROS for the service
|
||||
* @return Port name of service
|
||||
*/
|
||||
std::string GetPortName() const {
|
||||
const char *GetPortName() const {
|
||||
return "gsp::Gpu";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue