#ifndef COLORS_H #define COLORS_H #define __reset "0" #define __bold "1" #define __black "30" #define __red "31" #define __green "32" #define __yellow "33" #define __blue "34" #define __magenta "35" #define __cyan "36" #define __white "37" #define __on_black "40" #define __on_red "41" #define __on_green "42" #define __on_yellow "43" #define __on_blue "44" #define __on_magenta "45" #define __on_cyan "46" #define __on_white "47" #endif /* COLORS_H */ .png' alt='cgit logo'/> index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/net/mac80211/mesh_hwmp.c
on>
AgeCommit message (Expand)AuthorFilesLines
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2016-04-18 14:39:30 +0200
committerMark Brown <broonie@kernel.org>2016-04-18 13:53:46 +0100
commita7b221d8f0d75511c5f959584712a5dd35f88a86 (patch)
tree1e353f731993c00e9bdd1af8ab1d65a5faf970cf /Documentation/filesystems
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff)
spi: bcm53xx: add spi_flash_read callback for MMIO-based reads
This implements more efficient reads of SPI-attached flash content. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/filesystems')