mirror of
https://github.com/drasko/codezero.git
synced 2026-01-23 08:13:15 +01:00
Changes since April
Clean up of build directories. Simplifications to capability model.
This commit is contained in:
17
conts/userlibs/libdev/include/dev/platform.h
Normal file
17
conts/userlibs/libdev/include/dev/platform.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* Generic platform file.
|
||||
*
|
||||
* Copyright (C) 2010 B Labs Ltd.
|
||||
*
|
||||
* Author: Bahadir Balban
|
||||
*/
|
||||
#ifndef __LIBDEV_PLATFORM_H__
|
||||
#define __LIBDEV_PLATFORM_H__
|
||||
|
||||
#define INC_LIBDEV_PLAT(x) <dev/platform/__PLATFORM__/x>
|
||||
|
||||
/* paths realtive to conts/dev/ */
|
||||
#include INC_LIBDEV_PLAT(irq.h)
|
||||
#include INC_LIBDEV_PLAT(platform.h)
|
||||
|
||||
#endif /* __LIBDEV_PLATFORM_H__ */
|
||||
Reference in New Issue
Block a user