Use cfs filesystem to allow for specific implementations (and make use of fastcall).

This commit is contained in:
oliverschmidt 2007-12-21 01:04:29 +00:00
parent ae4978e994
commit e4086d8374
2 changed files with 10 additions and 11 deletions

View file

@ -30,12 +30,12 @@
*
* Author: Oliver Schmidt <ol.sc@web.de>
*
* $Id: config.h,v 1.1 2007/11/27 21:42:02 oliverschmidt Exp $
* $Id: config.h,v 1.2 2007/12/21 01:04:29 oliverschmidt Exp $
*/
#ifndef __CONFIG_H__
#define __CONFIG_H__
struct ethernet_config *config_read(char *filename);
struct ethernet_config * CC_FASTCALL config_read(char *filename);
#endif /* __CONFIG_H__ */