systemace.h 348 B

123456789101112131415161718
  1. #ifndef __SYSTEMACE_H
  2. #define __SYSTEMACE_H
  3. /*
  4. * Copyright (c) 2004 Picture Elements, Inc.
  5. * Stephen Williams (steve@picturel.com)
  6. *
  7. * SPDX-License-Identifier: GPL-2.0+
  8. */
  9. #ident "$Id:$"
  10. #ifdef CONFIG_SYSTEMACE
  11. # include <part.h>
  12. block_dev_desc_t * systemace_get_dev(int dev);
  13. #endif /* CONFIG_SYSTEMACE */
  14. #endif /* __SYSTEMACE_H */