mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-18 16:05:05 +00:00
9 lines
251 B
C
9 lines
251 B
C
// SPDX-License-Identifier: Apache-2.0
|
|
#pragma once
|
|
|
|
#include <tactility/error.h>
|
|
|
|
// Registers the GPS service manifest with the kernel service manager (auto-started). Called once
|
|
// from module.cpp's Module::start().
|
|
error_t gps_service_register();
|