blob: 66f5a129ebb3de4e7797170043e1014b6a9913bf (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
// Official repository: https://github.com/nekernel-org/nekernel
#ifndef KERNELKIT_USERMGR_H
#define KERNELKIT_USERMGR_H
#include <KernelKit/UserMgr+User.h>
#endif
|