#ifndef __NRAO_BAD_DRIVES_H_
#define __NRAO_BAD_DRIVES_H_

bool isDriveBad(const char *serNum);
bool inBadDriveRange(const char *serNum);

#endif

