// SPDX-License-Identifier: GPL-2.0-or-later #pragma once #include class Utils { public: static uint32_t getChipId(); };