1 2 3 4 5 6 7 8 9
// MIT License, Copyright (c) 2021 Marvin Borner #include <impl/mb1.h> u8 mb1_probe(struct dev *dev) { (void)dev; return 1; }