cobalt-flash.h 357 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Cobalt NOR flash functions
  4. *
  5. * Copyright 2012-2015 Cisco Systems, Inc. and/or its affiliates.
  6. * All rights reserved.
  7. */
  8. #ifndef COBALT_FLASH_H
  9. #define COBALT_FLASH_H
  10. #include "cobalt-driver.h"
  11. int cobalt_flash_probe(struct cobalt *cobalt);
  12. void cobalt_flash_remove(struct cobalt *cobalt);
  13. #endif