/* * Copyright 2010 AsereBLN. All rights reserved. * * spd.h */ #ifndef __LIBSAIO_SPD_H #define __LIBSAIO_SPD_H #include "platform.h" extern void scan_spd(PlatformInfo_t *p); #endif /* !__LIBSAIO_SPD_H */