/modules.h (f5e162a64baf80fef122ef374b138aa50fc4158b) (406 bytes) (mode 100644) (type blob)
#ifndef MODULES_H
#define MODULES_H
//******************************************************************************
//*this code is protected by the GNU affero GPLv3
//*author:Sylvain BERTRAND <sylvain.bertrand AT gmail dot com>
//* <digital.ragnarok AT gmail dot com>
//******************************************************************************
void modules_load(void);
#endif
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
34500 |
d5445e7ac8422305d107420de4ab8e1ee6227cca |
LICENSE.md |
100644 |
blob |
474 |
7a42d994441512f51ef00734953e94e3cb89548b |
README |
100644 |
blob |
92 |
1d211b5e32c93edc091f1b1bd3f0ff9b06e1d765 |
TODO |
100644 |
blob |
1035 |
cb6010e68bf5ec8eace28d721b635dc0a4bee52c |
conf.mk |
100644 |
blob |
715 |
736621ea6373728f5ea091cf7f0705225b93f7b6 |
globals.h |
100644 |
blob |
5046 |
3989b586f4c49cf5c07d69a9088228f0c0b2028d |
init.c |
100644 |
blob |
3511 |
f1ab6368bf5226ead56d46d4a83daec21155ae7a |
makefile |
100644 |
blob |
1714 |
b701806637f3779cd8697b53f6533ef5d9c8f80e |
modules.c |
100644 |
blob |
406 |
f5e162a64baf80fef122ef374b138aa50fc4158b |
modules.h |
100644 |
blob |
3264 |
d0b3b3d53097117b7919f5b35936ad6f44a44dd0 |
ramfs.c |
100644 |
blob |
403 |
4e38d9f1f1c8c5235493322737469627277f86c4 |
ramfs.h |
040000 |
tree |
- |
05675bc0e91096e2d9be441909dd301c49e7f6d2 |
script |
100644 |
blob |
3358 |
6c62952dc3479ba202b797f412a2f203d58ca52b |
uevent.c |
100644 |
blob |
416 |
867f22d10d93effd2a58227deded6274f63ebcfd |
uevent.h |
100644 |
blob |
4158 |
cef85f6fdac6d626135a76df290eb774056b9532 |
uevents.c |
100644 |
blob |
463 |
233e58ec60a14a4fd0d984fb96fb70326ddb0654 |
uevents.h |
040000 |
tree |
- |
2c408b1f2db0904b4a75faa48e2a0904eccd626b |
ulinux |
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"
Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/sylware/cinitramfs
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/sylware/cinitramfs
Clone this repository using git:
git clone git://git.rocketgit.com/user/sylware/cinitramfs
You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a
merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main