9 lines
137 B
C
9 lines
137 B
C
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
// Copyright (c) 2025 0xKarinyash
|
|
|
|
#ifndef KFETCH_H
|
|
#define KFETCH_H
|
|
|
|
void kfetch();
|
|
|
|
#endif |