Added 2 more files.

This commit is contained in:
Bahadir Balban
2009-07-25 17:52:06 +03:00
parent f7b768ee16
commit 2b0ea24e94
2 changed files with 78 additions and 0 deletions

11
src/generic/container.c Normal file
View File

@@ -0,0 +1,11 @@
/*
* Containers defined for current build.
*
* Copyright (C) 2009 B Labs Ltd.
*/
struct container container[] = {
.[0] = { 0 },
},
};